I have created and EPIC as "FirstEPIC" with Release =May 2017. Now, i would like to pull all the issues created under FirstEPIC with the help of JQL in JIRA.
Note: Issues are linked with EPIC LINK
Please help me to provide solution for the above
Hi,
Your JQL should just read:
"Epic Link" = "FirstEPIC" when you are typing it should list all the names.
Alternatively if you plan to also want a second epic or third:
"Epic Link" in ("FirstEPIC") so when you have a "secondEPIC" it would read: "Epic Link" in ("FirstEPIC", "SecondEPIC")
you can read more on advance searching: https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html when their site comes back online
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.