TransitionWorkflow Jelly tag will not work if there is no transition screen

XMLWordPrintable

    • 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");
                     }
      

        1. jellyfix.jar
          7 kB
        2. jellyfix.diff
          1 kB

            Assignee:
            ɹǝʞɐq pɐɹq
            Reporter:
            Zhen Yueh, Lean [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: