The simple Jira workflow does not contain explicit transition names. These kind of workflow with no explicit transition names are becoming more popular as Atlassian is suggesting them to administrators upon project creation.
The name of the status is the transition. So, using the basic example above, the valid transitions from DONE are:
-
#to-do
-
#in-progress
-
#in-review
Transition names
The workflow transition names must be unique.
The workflow transition names must be unique.
Absence of transition names
When there are no transition names — just use the status names. If there is a space, replace it with “–” (hyphens). For example,
When there are no transition names — just use the status names. If there is a space, replace it with “–” (hyphens). For example,
CODE REVIEW
becomes #code-review
.
Commit authors
Only letters and “-” (dash) are valid for workflow transition names for smart commits. Any other characters are treated as invalid. Smart commits will ONLY use the valid characters before the occurrence of an invalid character for processing.
Only letters and “-” (dash) are valid for workflow transition names for smart commits. Any other characters are treated as invalid. Smart commits will ONLY use the valid characters before the occurrence of an invalid character for processing.
Jira Administrators
When adding transitions in the Workflow editor, make transition names simple and easy to remember. Only use letters and only one space between words.
When adding transitions in the Workflow editor, make transition names simple and easy to remember. Only use letters and only one space between words.