A previous admin set-up a workflow/schema with a closed status that does not have any outgoing transitions. I need to add a re-open status to the workflow and allow the users to transition the status of an issue from "closed" to "re-open", but the system will not allow me to create the transition - stating "the step 'closed' has no outgoing transitions in the active workflow, so you cannot add any outgoing transitions in the draft workflow."
Is there any way around this? Or is my only alternative to create a new project with the correct schema/transitions and then migrate the existing issues to it?
Hi Cory,
according to https://confluence.atlassian.com/display/JIRA/Configuring+Workflow this is correct. You cannot do this with an active workflow.
But you don't have to create a new project. Create a copy of your existing workflow, edit it and add it to a new Workflow Scheme. Add this scheme to the existing project. Every issue will be converted to use the new workflow, but this is maybe better than creating a new project.
Best regards
Thomas
That did it - thanks for the quick and accurate reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just jumping in here Thomas... i have the same problem.
So I have this workflow which is part of 2 Workflow Schemes. Each of these schemes are attached to projects with thousands of historic & current issues/items.
What's the step-by-step process if I wanted to create a transition out of 'Deferred' (to 'Ready for Dev') in this workflow?
Is it..
1. Create copy
2. Edit Copy (add the transition)
3. Add this 'new' workflow to the 2 schemes?
4. Remove the 'old' workflow from the 2 schemes?
Confused with the last 2 - especially since it'll all explode like a big bang if issues do not stay in their old statuses!
Cheers mate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nitin,
1. ok
2. ok
3. Create two new workflow schemes as copies from the old ones
4. Remove the workflows you want to replace with new ones
3. Add the new workflows to the new workflow schemes
4. Replace the old workflow schemes in your projects with the new ones
If the new workflow does not have all the old statuses, you will be asked to which new status you want to convert the issues.
Cheers
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas, That's just awesome and I just successfully did it for 1 of our smaller projects.
At step 3 - why do you see create 2 new schemes?
I did it with 1.
Thought I'd double-check before doing it for our biggest projects (projects with 1000s of issues)
Nitin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nitin,
two workflow schemes because you mentioned, you have two workflow schemes. So I thought, they are somehow different. If they aren't, you don't need two of them.
Cheers
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks my friend.
actually - what i found to be working better was this..
this saved me from having to 'Switch scheme' in each project that used the old workflow scheme.
That said - wouldnt have got there without your help. Thanks a tonne mate!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for posting this answer. IT WAS SO HELPFUL !!
I wasted about 2 hours before finding this answer.
I really don't like and understand why Atlassian had to make this SO COMPLEX, UNINTUTIVE, AND DIFFICULT TO USE. URGH !!
JIRA is now officially the most difficult tool to use at our disposal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, 5 years later and this is still not any better. This is one of the reasons that I ALWAYS give Atlassian 0 stars when they ask for a review; and would NEVER recommend their product to ANYONE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agree, this part is
SO COMPLEX, UNINTUTIVE, AND DIFFICULT TO USE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a relatively painless way to fix this (apart from losing the changes already made to the workflow) without reassigning the workflow scheme to every project that uses it.
Follow these steps:
Effectively, this makes the workflow temporarily unused so you can edit it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks this saved me many grey hairs and stopped all the 'blue' words i was sprouting.
By far the easiest for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks - this worked smoothly for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. This way much more easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a BRILLIANT solution. Saved me hours of potential confusion. Thank you!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be helpful if someone could explain what this error even means? In my case I had an 'open' state that I removed all the transitions from and pointed them to a 'ready for dev' state instead. Then later I decided to move them back to open, the way they were originally working and moving them back triggered this error. Open had outgoing transitions originally, I moved them and then put them back, and it tells me there are no outgoing transitions? What is it even saying?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's just great how they tell you you can't do this after you've spent all the time adding the transitions...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From https://community.atlassian.com/t5/JIRA-questions/How-to-reopen-a-closed-issue-in-Jira/qaq-p/434925
I found reference to Atlassian JIRA KB quoting official product documentation section: https://confluence.atlassian.com/jirakb/cannot-add-transitions-or-delete-steps-in-draft-workflows-203392961.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have this issue trying to modify a default service desk workflow, provided by Atlassian.
Oh, and this is 8 years later, btw.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have some 3000 projects using same scheme.Hence I need to manually associate the new scheme with all the 3000 projects.Any other methods?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In 6.x, you can edit an active scheme. You don't have to do it project by project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You also can automate such tasks with JIRA CLI https://bobswift.atlassian.net/wiki/display/JCLI/JIRA+Command+Line+Interface and a loop in any scripting language
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be new here. 5-10 years to solve simple usability problems seems to be the norm. I wish I were being cynical or exaggerating.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have workflow with global transition from everywhere to Closed.
But JIRA thinks Resolved is a terminal state! And doesn't allow to add outgoing transition, just like topic started described!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have "close" permission in your permission scheme ? Or is there any condition registered in your transition to "Closed" that may prevent it to be available for your user ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The case is about inability to save draft workflow. Jira allows to edit active workflow then refuses to save your work. You must abandon your changes and create a copy of workflow then edit it and replace old workflow with a new in the scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not entirely true, in 6.x you can update active workflows except for closed transition. You cannot add a transition (reopen) to closed transition while active.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.