How can I change the issue status from open to closed by api method?
Also change a issue from closed to reopen?
THX
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.