I need to see how stories link to features which link to epics so that when I add a new issue
If you have ScriptRunner installed, you can use something like
issueFunction in issuesInEpics('issueFunction in portfolioChildrenOf("issuetype = Feature")')
To make the filter more efficient, you can add a "project = XXX" at the start of the JQL, or before "issuetype = Feature"
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.
Portfolio is your best bet at visualising Feature -> Epic -> Story.
Set the issue hierarchy to Feature and use a combination of Projects: + Releases: + Teams: to narrow down your view to see only the Features that have Story's that match your filtering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.