Hi,
I am trying to change issue status in JIRA server using confluence ConfiForm.
I've added Field IFTTT Integration rule on modify and set the JIRA server and JIRA issue key
and put the below json request just for test
{ "update": { "comment": [ { "add": { "body": "Bug has been fixed." } } ] }, "fields": { "resolution": { "name": "Fixed" } }, "transition": { "id": "5" } }
but I got an error
{"resolution":"Field 'resolution' cannot be set. It is not on the appropriate screen, or unknown."}}
Any suggestions please ?
This just means that there is no "resolution" field on the issue update screen
Yes , It's in the view screen
then, how to change status field in the Issue.
regards,
Abid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, you certainly cannot change "resolution" field on issue edit - this is what Jira tells you - trust me or not
Please refer to Atlassian Jira REST API documentation
quick search on the community also gives good answers.. for example: https://community.atlassian.com/t5/Jira-questions/JIRA-How-to-change-issue-status-via-rest/qaq-p/528133
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.