Forums

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

How to retrieve statuses for a specific workflow schema via Jira API

Assad Rajab April 24, 2025

Hi everyone,

I have a workflow schema named NAFT with the ID 10011.
I'm trying to retrieve all the statuses (e.g., To Do, In Progress, Done) that are associated with this workflow schema using the Jira REST API.

Does anyone know which API endpoint I should use to get the list of statuses specifically tied to this workflow schema?

Any help or example request would be appreciated!

Thanks in advance!

2 answers

1 accepted

1 vote
Answer accepted
Nikola Perisic
Community Champion
April 24, 2025

Welcome @Assad Rajab 

You can't retrieve them directly, since there is no endpoint for it. Rather add a description for each project that is refferecing the project key and then using the /rest/api/2/workflows/search endpoint.

Assad Rajab April 24, 2025

Thank you. 

0 votes
Michael Wohlgemuth
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 24, 2025

Hello!

I have not yet tried it, but it looks like it might be possible via:

https://yourinstance.atlassian.net/rest/api/3/workflows/search

GETs all the workflows of the instance. It does include the status ids used in all shown workflows (in the values, not in the "root statuses" section. The list would then have to be filtered, but that should be easy. 

Screenshot 2025-04-24 120604.png

Afterwards, you can retrieve all the infos about a given status id by using

https://yourinstance.atlassian.net/rest/api/3/status/<STATUSID>
Assad Rajab April 24, 2025

Hi, Thank you for the effort. However this is not what i was looking for. Apparently there is no direct way to do this.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events