I am getting an error when making an api call to update the priority of an issue using a script listener. Could someone tell me how I can resolve these errors?
Here is my api call:
put("/rest/api/2/issue/${issue.key}")
.header("Content-Type", "application/json")
.body(
fields: {
priority: {id:"1"}
}
)
.asString()
Here is the error response:
body: {"errorMessages":[],"errors":{"delegate":"Field 'delegate' cannot be set. It is not on the appropriate screen, or unknown.","owner":"Field 'owner' cannot be set. It is not on the appropriate screen, or unknown.","maximumNumberOfParameters":"Field 'maximumNumberOfParameters' cannot be set. It is not on the appropriate screen, or unknown.","parameterTypes":"Field 'parameterTypes' cannot be set. It is not on the appropriate screen, or unknown.","resolveStrategy":"Field 'resolveStrategy' cannot be set. It is not on the appropriate screen, or unknown.","thisObject":"Field 'thisObject' cannot be set. It is not on the appropriate screen, or unknown.","directive":"Field 'directive' cannot be set. It is not on the appropriate screen, or unknown."}}
Hi Wiley,
I'm afraid that this is not possible within JIRA currently. However, I have created a new feature request for this here:
https://jira.atlassian.com/browse/JRA-34833
Please feel free to add it to your watch-list to get notified about any updates on the ticket. As well as, voting for the ticket to attract the developers attention.
I hope that was helpful.
Cheers :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.