-
Bug
-
Resolution: Won't Do
-
Low
-
3
-
Severity 3 - Minor
-
0
-
Issue Summary
Creating a Looping transitions on a workflow from "Any Status" to "Itself" after creation, you cannot be able to use the Advanced Configuration options as the links to it would be broken.
Environment
Jira Cloud
Steps to Reproduce
- Goto any Workflow, add the "Any Status" to "Itself" transition and give it a name
- Click on the newly added transition, on the right side of the screen where the Workflow Advanced configuration pops up for ( Properties, Conditions, Post-function etc.)
- Clicking on any of those URL links shows a 404 error.
Expected Results
The URL link should be able to work
Actual Results
The Link appears to have appended a workflow step parameter with "undefined" value and thus returns a 404 page when clicked.
https://<your-instance>.atlassian.net/secure/admin/workflows/ViewWorkflowTransitionMetaAttributes.jspa?workflowMode=live&workflowName=Copy+2+of+Software+Simplified+Workflow+for+Project+AT&workflowTransition=51&workflowStep=undefined
Note
It seems as though Jira is expecting a workflow Status Step where there's none, as the transition is a loop to itself. Hence the "undefined" value added to the parameter.
Workaround
- Save the workflow first before trying to access those Advanced Configuration.
- Reload the Workflow Configuration Page, before clicking on the Advanced configuration options.
- is related to
-
JRACLOUD-72730 UX: Facilitate natural discovery of global looping transitions
- Gathering Interest
- relates to
-
JRACLOUD-72667 Any Status Transition to itself on Workflow doesn't show on New Issue View
- Closed
- was cloned as
-
JRASERVER-69873 Looping Transitions Workflow returns a Broken link for Advanced Configuration after creation.
- Gathering Impact