How to find all stories for respective Epic [without script runner functions. No issueFunction please]
I am looking to find all Stories corresponding to Epics or Stories Linked respective Issues.
I do not have ScriptRunner by the way.
Hello,
Have a look this JQL function:
It is the only thing you can do out of the box.
Or you can use Jira Software Rest API.
Thanks.
linkedIssues() is a partial solution to the problem.
I am looking for list of Epics and their Stories/Bugs etc.
linkedIssues() takes only one Issue as parameter and delivers respective linked issues to that.
It does not take the list with coma delimited (isskey-1, isskey-2, isskey-3...). This exactly my need is.
Kindly let me know if there is any workaround.
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.
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.