Forums

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

How to check Jira status using API

Avinash Kumar. K.S
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!
March 10, 2023

I am thinking of making a code, which I can use in TestRail to check the status of tagged Jira , like if its closed or duplicated. This would help in avoiding unnecessary tagging of closed Jira and eventually avoiding escalations. Does anyone have an idea how it could be done ?

1 answer

0 votes
Kseniia Trushnikova
Community Champion
June 30, 2023

Hi Avinash,

Try this:

/rest/api/2/issue/{issueIdOrKey}?fields=status 

Suggest an answer

Log in or Sign up to answer