Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Isolating Scrum Boards for Tasks

Liz June 22, 2018

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? 

1 answer

1 accepted

0 votes
Answer accepted
Claudiu Lionte
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2018

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.

Liz June 22, 2018

Thank you. I'm struggling with setting up the JQL filters. Being a non-coder ;/ any helpful links for learning Jira JQL?

Liz June 22, 2018

The query I am trying to filter for is...

Project > Parent Task reference > including related subtasks to that task

Claudiu Lionte
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2018

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.

Liz June 22, 2018

Thanks Claudiu. I have gone down the label route - so much easier. Thanks so much for your help :)

Claudiu Lionte
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2018

Glad to help. If your issue is resolved, can you please tick the " Accept as solution" button next to my answer?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events