I am looking for a way of exporting all stories/tasks in a sprint to an excel format in order to paste into a powerpoint deck.
Welcome @Scott Robinson
You can use jql query that is specifiying your project and the open sprint.
Reference: https://support.atlassian.com/jira-software-cloud/docs/jql-functions/
This query wouldn't be ideal if you have parallel sprints active.
project = "<name of your project" AND sprint in openSprints()"
Hello @Scott Robinson
Welcome to the Atlassian community.
One way you can do that is from the View All Issues page under the Filters menu.
Create a filter that searches based on the Sprint of interest. That will return a list of all issues in the sprint. Then you can export the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find more information about searching for issues and working with the results here:
https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
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.