Is it possible to search for all epics in a specific project, and also return associated stories (regardless of which project they may be in)...
For example...
CISMDS, CISOPS, CISIDEL and CISDCOL are all different projects.
JQL would be something like "project = CISMDS and (issuetype = Epic OR (issuetype = Story and ***is linked to any of the epics in the project***))
This should return 7 records (2 Epics and 5 Stories)
If you would be interested in a readymade solution, you can also look at our plugin to get this data
Agile Tools : Epic Tree & Time in Status
The app provides 5 important features, as below to track time and manage issue hierarchies
Hi @Martin Denham ,
With standard JQL you can only get a list of epics in the project and then run another search for all issues with the epic links returned by the first query. This only works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service:
After you install the app you can simply search:
issue in childrenOfEpicsInQuery("project=CISMDS") or (project=CISMDSand type=EPIC)
Make sure to have a look at the documentation.
I hope this helps!
Daniel
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.