Hi all,
I am currently setting up a board and want to improve the handling of our current sprint using quick filters.
I am using swimlanes/stories to group the subtasks below. But thats just additional information.
Back to my question. Whenever I set my quickfilter like Assignee = .... it of course only shows me the stories AND sub-tasks where person x is the assignee. But I would also want to see the sub-tasks of others belonging to the user story where I am the assignee. Just to have an overview about the complete status of my us and how far my colleagues are with their sub-tasks here since we usually work as a team on them.
So I need a filter which only looks for the Assignee on the user story level and then gives me those stories AND ALL Subtasks in addition, no matter who the assignee is there as long as the assignee of the parent is. Is it possible to have a quick filter just on user story level?
Thanks so far. I really spent a lot of time on that but I just cant solve it on my own
Edit: Not using any plugins or additional stuff. Only asking for the standard quick filter functionality
Hello @Matthias Kirstein
Out of the box, jira provides "parent" keyword which can be supplied issueKey of parent and then you see all the child sub-tasks in the search results.
But in your case you want to get all sub-tasks of a story who has a specific assignee. This is easily doable using a plugin but I don't see a way of implementing it out of the box without hardcoding the parent key.
Please see a similar question - https://community.atlassian.com/t5/Jira-questions/Searching-for-subtasks-of-parents-that-meet-certain-criteria/qaq-p/39736
Please see this free plugin
https://marketplace.atlassian.com/apps/1218367/jql-booster-pack?hosting=server&tab=overview
and this function should meet your requirements.
https://sweetbananas.atlassian.net/wiki/spaces/JBP/pages/774275101/subtasksOf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I will have a look at it but it seems promising :)
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.