Hi there,
I'm trying to create an issue using Jira Rest API.
I'm trying to do that through the Airbrake service using our integration.
When sending, Jira API has returned:
Field 'summary' cannot be set. it is not on the appropriate screen, or unknown.
This is just happening for this account: https://gobalto.atlassian.net and user which this account belongs to told me that he has Summary field on his default screen scheme.
We are sending JSON like this:
{
"fields" => {
"project" => {
"key" => options[:project_key]
},
"summary" => title(options[:group]),
"issuetype" => {
"name" => "Bug"
},
"labels" => [
"airbrake"
],
"environment" => environment(options[:group]),
"description" => body(options[:group])
}
}
and like I said, this problem is just on that Jira account.
Thank you for your help
Hey Ben. did that work before?
i guess since Jira 6 it shouldn't by default and i bet OnDemand uses 6 as well.
JSON-P no longer supported
JSON-P will not be supported in JIRA 6.0 for security reasons: it is possible for an attacker use this to view information in a JIRA instance that they do not have permission to see.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.