I need to list all my workflows that are active in projects and I use the Jira API. In the API it is possible to list all the projects and all the workflow schemas, but not the active workflow schemas of the projects. Does anyone know of a way to perform this search, other than manually?
Hi @FitDevOps , welcome to the Community!
It looks like you are 1 step from solution.
Projects use workflow schemes which groups workflows.
Here is a hint from chat GPT:
/rest/api/3/project
to list all projects./rest/api/3/workflowscheme/project?projectId={projectId}
to get the workflow scheme./rest/api/3/workflowscheme/{schemeId}
to list workflows.For in depth development question there is a special developer community: https://community.developer.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.