Documentation for JIRA 4.2. Documentation for other versions of JIRA is available too.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 130 Next »

If you need to re-order the workflow actions of a workflow step, for example:

From:

  • action1
  • action 2
  • action 3

To:

  • action 2
  • action 3
  • action 1

...You cannot do this from the web interface, but you can do it.

  • Download the workflow as an XML file
  • Open up the XML file and change the order of the <common-actions> and <actions> for every <step>
  • Upload the XML and view the changes

There are some details here in our documentation.

  • No labels