Hey Everyone:
I have a beginner level knowledge of JIRA and Scrum Boards when it comes to creating them. My previous work with them included created boards and I managed the sprints and operations of the stories and issues on the board. Now though I have to create a new board for my new team and am having some issues.
The Board I'm making is under a project with many other Boards in it, how do I properly filter to ensure I don't get all the stories and issues in these other boards on mine? I want to be able to make a sprint and only see that sprint on my board.
My hypothesis is it revolves around the filter aspect but I just can't seem to get it to work.
Any help would be outstanding, thank you.
Hi @Dustin Rekunyk and welcome to the Atlassian Community!
You are right, it is all in the query!
You have two options from here: you can create a new board using a query, or add the query as a quick filter on your board by going to board settings and then "Quick Filters" on the left.
To get only the issues in the Open sprint(s) and that are not Resolved this query should work for you:
Project = "your project" AND sprint in openSprints() AND resolution = unresolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.