The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to get all ( I mean REALLY ALL ) statuses from REST API ?

Emre Toptancı _OBSS_
Atlassian Partner
April 30, 2019

/rest/api/3/status

This REST enpoint of Jira Cloud returns a list of all statuses associated with workflows. It does not include statuses that are not used in any workflow and more importantly it does not include statuses used in Next Gen projects.

How can I get a list all ALL statuses in the system?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tarun Sapra
Community Champion
April 30, 2019

Hello @Emre Toptancı _OBSS_ 

Here's the open ticket about status of next-gen project

https://jira.atlassian.com/browse/JSWCLOUD-17515

Ability to Show the Status Id of next-gen project via REST API endpoint

And here's s possible work-around to getting statuses not assocaited with a active workflow

https://community.atlassian.com/t5/Answers-Developer-Questions/JIRA-Rest-API-for-statuses-returns-incomplete-list/qaq-p/483572

As currently the REST API returns statuses associated with active workflows.