How to create Quick filter, that filters all subtasks under user story?

Miia May 3, 2022

I have a Kanban board where i should track easily sub-taks under certain user stories. I know how to create filter for stories connected to the Features, but somehow i can't figure out how to filter sub-tasks  

1 answer

1 vote
Filipi Lima
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 3, 2022

Hello, Miia!

Welcome to the community!

If I understood correctly, you'd like to list all sub-tasks that are children of Stories assigned to a specific set of users.

One idea that came to mind would require a plugin to be able to filter on a condition of the parent Story.

For example, with ScriptRunner you could do this:

issueFunction in subtasksOf("assignee in (user1,user2)")

If you by any chance want sub-tasks associated to these users then it would be just this:

 

issuetype = Sub-task and assignee in (user1,user2)

If you'd like you can share how you're connecting your Features to Stories so we know how you're doing it and maybe find the analog in the same format.

Suggest an answer

Log in or Sign up to answer