How to add new transition to workflow with global transitions?

Tatiana Jancusova March 16, 2014

Hi,

I created workflow with global transition = every status has in and outgoing transition. Now I have to add one more simple transition in the draft, but i get the error mesage:

You are editing a draft workflow. The step ''Backlog'' has no outgoing transitions in the Active workflow, so you cannot add any outgoing transitions in the Draft workflow.

Do I realy need to create every time new workflow, if I use global transition?

1 answer

1 accepted

0 votes
Answer accepted
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 16, 2014

There are some restrictions when editing active workflow like the one you hit.

Here's a quote from http://www.packtpub.com/article/jira-programming-workflows

  • You can't delete an existing workflow step
  • You can't edit the status associated with an existing step
  • If an existing step has no outgoing transitions, you can't add any new outgoing transitions
  • You can't change the step IDs for any existing steps

If you want to overcome these limitations, you need to copy the workflow, modify the copy, and make it active by migrating the projects on to the new workflow.
After the new workflow is active, any transitions on the issue will be based on the new workflow.

Tatiana Jancusova March 16, 2014

I fought I have outgoing transitions if I use globale transition :( see attachment)

Suggest an answer

Log in or Sign up to answer