Hi, not sure if I'm being stupid but I am trying to show stories and their epics in Structure based upon a query against the stories.
So for example:
project = PRO AND issuetype = Story and sprint in (956, 966)
Will retrieve the stories for the selected sprints, but the Epics aren't in those sprints. Is it possible for Structure to pull these Epics back and only the Epics associated to the Stories in the Query?
Hello Stuart,
For adding Epics to Stories that are already added to the structure, you can simply add the Group by Epic generator and parent Epics will appear above their Stories.
https://wiki.almworks.com/display/structure/Adding+a+Generator
I hope this helps. If you need further assistance, please feel free to contact us directly at support.almworks.com and we'll get back to you shortly.
Best regards,
Stepan Kholodov
ALM Works
Hi @Stuart Gray
What can be done is you can include Epic Link to the query in order to fetch the issues related to epic.
For example,
project = Pro AND Epic Link = "<issue-key>(pro-2)" AND sprint in (956,966)
here the issue-key is the epic issue key.
the above query results all the issues under the particular epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi thanks, I don't think that works. I want to retrieve Epics without having to put the specific link in. So where I have retrieved the stories, i want to show their parents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try to use "parentEpic" ? i dunno how well will it satisfy your needs but this will list the epic as well all the issues associated with the epic.
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.