Change issue status in JIRA

abidaliahmed April 14, 2021

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 ?

 

1 answer

0 votes
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 14, 2021

This just means that there is no "resolution" field on the issue update screen

abidaliahmed April 14, 2021

Yes , It's in the view screen 

then, how to change status field in the Issue.

 

regards,

Abid

Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 14, 2021

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  

abidaliahmed April 14, 2021

OK , Many Thnx Alex

Suggest an answer

Log in or Sign up to answer