We have each of our Managed Service clients set up in Jira as Projects, so we can track tasks etc.
We are planning a large migration for an existing client and I would like to use the Scrum Boards to track progress of just the migration tasks set up in the client Project (not the other support tasks).
My question is, can you isolate Scrum Boards to a particular task and all it's connected sub tasks? or does it have to be a new project?
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.
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.