We are planning our Program Increment planning session and we'd like to print out all stories associated to a particular Feature.
The stories have the same Epic and that Epic has now been associated with the new Feature. But I'm not seeing the Feature on the stories.
I'd like to query all stories under a specific Feature, so that I can print them up and cut them out.
Hi Michael!
It sounds like your portfolio hierarchy is configured as Feature > Epic > Story, correct?
I can think of a couple of options that might work for you.
(issueFunction in portfolioChildrenOf("issueKey = PM-1")) OR (issueFunction in issuesInEpics('issueFunction in portfolioChildrenOf("issueKey = PM-1")'))
In your case, I think that Option 1 may very well be your best option as it outputs items in parent-child order and it does not require the 3rd party paid add-on.
Hope that helps!
Cheers,
Kim
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.