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"
I don't have scriptrunner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes correct
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.