Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

api

Gavin Cheung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 26, 2018

How can I change the issue status from open to closed   by api method?

Also change a issue from closed to reopen?

 

THX

1 answer

0 votes
Mahesh S
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.
February 27, 2018

Hope you are trying Rest API method. We just need to mention the Transition Id in the Body- "transition": { "id": "5" }. I would recommend you to try this basic step using Postman REST Client. Please refer this document. https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/?_ga=2.211727894.283612254.1519721715-895527020.1513694757#api/2/issue-doTransition

Suggest an answer

Log in or Sign up to answer