I want to get only feature with its all linked tasks in the Big Picture. I have used filters but its not working... My structure is epic->feature-linked tasks
I am currently using
issuetype = "Feature" OR issueFunction in portfolioChildrenOf("issuetype = 'Feature'") OR issueFunction in linkedIssuesOf("issueFunction in portfolioChildrenOf(\"issuetype = 'Feature'\")", "is epic of")
but it is returning only epic and the linked feature but I want to show the features linked tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.