REST API that returns all workflow's transitions

Segev Grotas December 15, 2022

Hey,
I'm looking for a REST API that returns all the transitions in workflow.
I searched about it and the only thing I found was:
https://MY_SERVER/rest/api/2/workflow
That returns a list of all Workflows's names and descriptions, but without any ID or transitions.
I'm using Jira DC.

1 answer

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2022

Hi @Segev Grotas 

As far as I know, there is no such REST API to get all transitions in a workflow. Instead, you can get the available transitions for an issue according to its current status.

There is an open request for this to get all available transitions for the issue regardless of its status. There are also some workarounds mentioned here however I am not sure whether they are applicable to your needs.

Suggest an answer

Log in or Sign up to answer