I would like to export data to Excel
Go to issues > Search for issues. Enter this JQL into the advanced tab:
issuetype = Epic and project = XYZ
Then hit the export button at the top right.
and if you want all of the stories/tasks under the epics included in your export try this modified one
(issuetype = Epic or "Epic Link" is not empty) and project = XYZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ryan's answer describes the correct JQLs to use, and you should consider using the Better Excel Plugin for the exporting part. It support every little details of Jira Software data.
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.