Hi,
I have 3 projects and I'm using advanced roadmaps.
In the image below, you can see that for some projects, two sprints appear. Now if I delete one of them, it suddenly remove it from other project (see the empty space in the second project - that happened after I had two sprints on another project, after I deleted one of them, it was removed as well from the second one).
Can someone please clarify what's happening?
Hi Elizabeth,
You can create a separate board only for that. This new board can be in the same project as the other boards.
First, you need to set up a filter for the board, that will only show the issues that are related to the migration task. You can either add a label to all these issues, like Migration and then configure the filter to look only for issues with this label, or simply specify all the issue keys in the board filter.
Hi,
This and this should help you.
For the situation that you presented, I provided 2 scenarios. Either:
1. add a text field named "label" to all the issues in the project, and add the label Migration to all the issues that are related to your large migration. Then, your JQL should look like:
Project = <project key> AND label ~ "Migration"
OR
2. Note all the issue keys for issues related to the large migration and then do a JQL like:
Project = <project key> AND issuekey in ("AB-1", "AB-2", "AB-3")(assuming project key = "AB").
Personally, I find the first option much easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to help. If your issue is resolved, can you please tick the " Accept as solution" button next to my answer?
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.