Welcome to the community forum! Please note that this is exactly that: a community forum, not an Atlassian Support channel. Although Atlassian staff use this forum to post announcement and engage in discussions with the developer community, please do not rely on this forum for Atlassian to read / respond to your questions!
Now with regard to your question, there might be more information in this thread:
Thanks for the welcome and the clarification!
I understand this is a community forum and not an official Atlassian Support channel. However, this question is quite important and urgent for my work, so I’m trying to reach out here as well to get insights from experienced community members.
Could you please share the best official channel or support link where I can raise this question directly with Atlassian Support or Product teams?
Meanwhile, here’s the question I’m looking to get help with regarding workflow transition order standards and project-level transition APIs:
Request: Workflow Transition Order Standards & Project Transition API
In our Jira setup, we’re seeing that transitions like Backlog → any status or In Progress → any status are allowed in some workflows. This creates inconsistency and makes it hard to define a standard transition order.
What We Need Help With
Is there an Atlassian-defined standard workflow transition order?
For example:
Backlog → Selected for Development → In Progress → Done
Is there any REST API to fetch all transition names (including custom ones) for a project?
We know about:
GET /rest/api/3/issue/{issueKey}/transitions
But this only returns transitions from the current status — not the full transition map for the project.
Goal
We want to:
Understand standard transition paths
Audit or visualize all transitions (custom or standard) per project
Desired Flow (Standard)
Backlog → Selected for Development → In Progress → Done
But currently, transitions like Backlog → Done or In Progress → Backlog are allowed, which breaks that structure.
Any official guidance or API suggestions would be appreciated!