You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
we use the scrum active sprint board with bugs/stories and subtasks attached to all of them. Now, I want to use quick filters to e.g. only show "bugs". If I do that, the subtasks for the bug are also hidden.
Is there a way or a query so that a quick filter lists me the bugs, but also shows subtasks belonging to that bug?
Thanks!
Hi @Volker M_ - Unfortunately, this is not possible without a marketplace app. The closest you can get natively is by doing something like this:
issueType IN (Bug,Sub-Task)
However, if you have sub-tasks for other issue types. Those issue types will become visible again.
@Mark Segall what marketplace Apps would support this? We just converted from Jira_Server... and were able to filter our scrum boards to a subset of stories/bugs AND have all subtasks for each by using the subtaskIssuesFromQuery JQL function. I realize that function isn't supported in cloud, and can get something similar by using issueFunction IN subtasksOf... However - that syntax isn't supported in a Board Quick Filter.
I think it's a very natural request - to see a subset of issues on a scrum board and all tasks beneath them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can do this.
Sub-tasks are, by definition, a different type of issue, so when you apply a quick-filter for "only show issues of type bug", they will vanish, because they are not bugs.
But, edit the quick-filter. If it says "issue type = bug", then change it to "issue type in (bug, subtaskIssuetypes() )".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks - but that gives me all tickets, bugs but also stories (basically everything that has a subtask).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Nic Brough -Adaptavist- - I wish this was the case, but you'll still get the same result from a quick filter. It does not eliminate the sub-tasks that are part of other issue types and thus brings them back into view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- Thanks - but that gives me all tickets, bugs but also stories (basically everything that has a subtask).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Mark Segall - very sad to hear that. Cannot believe this is not possible out of the box. But then again, that is what I thought for many other features too...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have another read of how Scrum works, and pay attention to the concept within it, that might help you understand why Jiira starts by doing Scrum and why it is hard to try to bodge it to not to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cannot believe a scrum tool is not built to do scrum?
Why is that wrong?
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.