Set up a board displaying epic created by one person but task by many people ?
Hi there,
I'm trying to set up my monitoring board.
I would like to use only epics created by me as swimlanes, but to include in these swimlanes all tickets created by me or someone else in said epics.
So far my request is :
Type: Epic, {User story},Task,Bug Status: -Done created by: marion(me)
The result is good but I'm missing additional ticket created by other team member in the epics.
I would like to find a way so that the “created by me” only apply to the “Epic” portion.
I tried something like :
Type: Epic created by: marion, {User story},Task,Bug Status: -Done
But it didn't work out.
Is there a way I could apply the “created by” filter only on the Epic ?
Many thanks for your help,
Marion
Please sign in to leave a comment.
Hello Marion Morazzani
You'd need to use parenthesis for your query, like this:
(Type: Epic created by: marion Status: -Done ) or (Type: {User story},Task,Bug Status: -Done )
This search will find all epics created by you with all statuses except for Done, and all user stories, tasks, and bugs with all statuses except for Done.
Thank you Alisa Kasyanova for your reply !
That's exactly what I needed ! I tried the parenthesis but was clearly placing them wrong.
Alisa Kasyanova I have an additional question about this, is there a way to filter only task,bug and user storie from those epics created by me ?
So far the resquest you suggested also display task from all other epic, resulting in the epic filter useless.
I tried using some “in” operator, but in doesn't seems to work as “in epic”
I also tried to filter using the “parent” operator but it seems I can only search
In the end I would like something like :
(Type: {User story},Task,Bug Status: -Done ) and Parent is:(Type: Epic created by: marion Status: -Done )
Is that doable ?
Marion Morazzani The
Subtask of: (Type: Epic created by: marion Status: -Done)
should do the trick.Awesome !! Thank you so much Alisa Kasyanova !