-
Bug
-
Resolution: Fixed
-
Low
-
4.13.2, 4.5.9
-
3
-
Severity 2 - Major
-
14
-
Issue Summary
When a workflow has a global transition that has the same name as another transition in that workflow will fail automation rules that uses those transitions.
Steps to Reproduce
- Create a new workflow, or edit an existing workflow with a global transition that has From status "Any status" and To status "Itself"
- Use a name for an existing transition in the workflow
- Create an automation rule that uses that transition
Expected Results
Automation rule processes as intended.
Actual Results
The below exception is thrown in the atlassian-jira.log file:
2021-02-15 14:09:27,873 PsmqAsyncExecutors-job:thread-18 WARN admin 671x329x1 11mg998 0:0:0:0:0:0:0:1 /secure/WorkflowUIDispatcher.jspa [c.atlassian.ozymandias.SafePluginPointAccess] Unable to run plugin code because of 'java.lang.IllegalStateException - Duplicate key Mark as Done (fieldscreen)'.
The automation rule log also displays an error has occurred.
Workaround
Rename the global transition to use a different name to the transition as specified in the log.
- is caused by
-
PSSRV-5192 You do not have permission to view this issue
-
JSDSS-559 You do not have permission to view this issue