Dear support,
I am using epics with linked stories, tasks, subtasks and bugs in my project.
I need a filter query for my board to show me all tickets relevant for on epic. I understand that Subtasks for example cannot be linked to an Epic, so a basic query with EpicLink = ABC won't do.
How do I filter all Tickets like stories and tasks linked to an Epic with all their linked tasks and Subtasks and Bugs?
I expect a solution without payed addons but an out of the box solution to this basic need.
with best regards
if you have a specific Epic you can use this...
project = ABC AND "Epic Link" = ABC-33 OR parentEpic in ("ABC-33")
Hi Jack,
thanks for your reply, but this throws the following error:
"Field 'parentEpic' does not exist or you do not have permission to view it."
Since I am the admin it can't be the access rights.
Editing the query the field does not seem to exist, there are only suggestions for parent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack,
thank you for your reply, but this throws the follwoing error:
Field 'parentEpic' does not exist or you do not have permission to view it.
Editing the query I only see a suggestion for parent, parentEpic does not exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My guess is that it is not supported in Server. :-(
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.