The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a kanban board and I'm currently using this query:
Project ="" issueFunction in linkedIssuesOf(issue="") and it shows all the issues linked to this issue. But I need to go a step further and also list any stories or Tasks linked to this Epics to also show all it's Sub-tasks. Is there any easy way to automatically filter this request and add it to a board?
Hello @Fredrick Langston ,
I would suggest you do something similar as in this example.
e.g. if your kanban filter name is "linked issues of epic ABC", your request could look like :
filter = 'linked issues of epic ABC' or issuefunction in subtasksOf("filter = 'linked issues of epic ABC'")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Antoine Berry is there a way to sort those sub-tasks under it's Parent Story? I know it's probably a long shot without without a plugin but I was just wondering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Fredrick Langston ,
Unfortunately, this is not possible unless you are sorting these issues in a board as suggested in this post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.