I have a list of epics with me just wanted to get stories only of that epics not others..can someone help me with the JQL Query? example ABC-100 is my epic.
@Dhaval Dattani , Welcome to the Atlassian Community!
Use this JQL to list issues above your specific Epic:
"Epic Link" = EPIC_KEY
Example: "Epic Link" = ABC-100
See a litle more about JQL in jira here: JQL: Get started with advanced search in Jira
Regards,
Fernando
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.