Hi.
We have a project that started 1.5 years ago with an old workflow.
I created a new workflow per issue type and I used it on a dummy project for testing.
Now I would like to use this new workflow on the existing project.
I finalised the Cloud Backup option, and currently I'm out of office hours, so it should be a good time to switch the workflow.
However, before I proceed, I'd like to know if anyone can recommend on some practices to perform before I switch to the new workflow?
This project has also new screens schemes and new field schemes per issue type, but I would like to start with the migration of the workflow first.
Thanks.
Hello,
I have not done any preliminary tasks before switching a workflow. If some issues must be migrated to new statuses. then you will be asked to provide new statuses for such issues. That is all.
actually, I have encountered issues :(
"this status is not available in any of the workflows used by this board."
This is not true. These statuses are used in the new workflow.
Before the switch to the new scheme, I did map the issues to their new status.
Can I fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should map statuses in the board after you migrated to new workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not possible since Jira is asking to map to statuses available in the new workflow prior to initiating the migration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You said that you have problems with unmapped statuses in a board. You should first handle the migration of issues to the new workflow. And later you should map statuses to column in the board
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you handle the migration of issues to the new workflow?
I thought that handling this is done when Jira is asking to map the old status to the new status of the workflow I'm migrating to.
Besides that, I'm not sure what else can be done aside from tweaking the project's JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira will map old statuses to new status for Jira issues. It will not change any filters or boards. You need handle them manually after migrating all issues to the new workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, that wasn't a given.
For the JQL:
project = project AND status not in (Rejected)AND (sprint in openSprints() OR sprint in futureSprints() OR sprint = EMPTY OR issuetype = Epic)
I had to remove: OR issuetype = Epic
I'm not sure why this is the case, but it seems to resolve most of it.
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.