The below jql query is giving me list of all Issues under a project "test_Project"we have in JIRA:
https://localhost:8093/rest/api/2/search?jql=project=test_Project
What would be jql to fetch only Epics their stories inside the test_Project?
Try this...
project = xxxx and (issuetype = Epic or "epic link" is not Empty)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.