Hi,
I would like to find a way to filter out "Epics" from our scrum boards that are in the "To Do" status. But at the same time I would like to display other issue types that are on the "To Do" status.
Any JQL suggestions?
Cheers
Hi Bernardo,
I think you can use a filter similar to this one:
"Epic Name" = "YourEpicName" and status = YourStatusName
Just be aware that you will not be able to filter by board column, but for issue statuses.
Please let us know if this helps you. ![]()
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.