Query for all transitions on an issue type

Hello:

Is there a way via REST to get all possible transitions for an issue type?

I know there is a call to get a list of possible transitions for an issue (JIRA 7.12.0) but I just need to know all directions for an issue type.

Thanks

Hello @jonny.polivka,

I couldn’t find any REST that provide the workflows transitions.

My suggestion is develop a plugin to provide the information that you are looking for.

You can find the workflow using the WorkflowService and then return a json formatted with all available actions using JiraWorkflow