Hello
I have a Epic with key PARE3-983
I get infos about it with link API :
https://myjira.xx/rest/api/2/search?jql=issue=PARE3-983
How can I get all the Story of this Epic ? On each Story we have the field "Epic link", so I think it's possible ? Same to get Epic from a Initiative.
May be it exist a field "parent" ?
I'm not admin of Jira, and I can't create any custom_field or whatever
Thanks
Hello,
You would need to execute the same rest api with a query like this:
epic = PARE3-983
You will get all stories of the PARE3-983 epic.
Could you try like this:
"Epic Link" = PARE3-983
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.