The workflow editor makes it very clear that it is not intended for the status of a workflow step to be changed if it is already existing.
Despite that, I still have a need to do this. Does anyone have a recommended approach to this?
I know I could export the workflow as XML and change it that way, but then what about all of the issues existing in the system?
No, you don't. You must NEVER make two steps have the same status, it breaks your workflow in some rather interesting ways.
Changing a status to another status that is not used elsewhere in the current workflow is fine and can be done in the editor, no mucking about with XML needed.
It appears my question was not clear. I am not attempting to have the same status in a workflow twice - I can see the obvious reasons this would be bad. I want to change the status assigned to an existing step in a workflow to something else that is not already in use in that workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, sorry, I misunderstood then. Nothing dangerous.
The workflow editor does let you change the status associated with a step. But only on inactive workflows.
You'll need to make a copy of your workflow, edit that, put it in a new workflow scheme and then migrate your projects to use it. (You'd need to do all of that if you edited the XML as well, so you might as well use the editor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that sounds like a great idea. Can you tell me what will happen to the existing issues? Will the history entries change to show the new step status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you move a project to a new workflow, you will find that the status on the issues changes if the old status is not in the new workflow (Jira will ask you to map them, old-to-new).
It will also record the change of workflow on all issues that are affected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here're some hints for applying changes like the one you want:
https://answers.atlassian.com/questions/253888/delete-a-workflow-step-without-renaming-workflow
https://answers.atlassian.com/questions/90235/can-t-delete-a-workflow-step
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.