-
Bug
-
Resolution: Fixed
-
High
-
3.10.2
-
3.1
-
The TransitionWorkflow Jelly tag will not work if there is no transition screen associated with the transition (e.g. Start Progress).
Error: <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib"> Exception: org.apache.commons.jelly.JellyTagException: null:2:0: Field 'assignee' can not be set on action with no screen java.io.PrintWriter@1815614
I believe this is due to the validation in TransitionWorkflow class:
else if(fieldScreen == null) { throw new JellyTagException("Field '" + attributeName + "' can not be set on action with no screen"); }
- is related to
-
JRASERVER-10517 TransitionWorkflow Jelly tag resets the assignee
-
- Closed
-
-
JRASERVER-11768 Jelly TransitionWorkflow tag forces issue to be reassigned
-
- Closed
-