Why is there all this bad information on doing something so simple as finding all the tickets in a sprint?!?
This is nonsense: https://support.atlassian.com/jira-software-cloud/docs/view-and-understand-the-sprint-report/
as is this: https://www.atlassian.com/agile/tutorials/burndown-charts#:~:text=Navigate%20to%20your%20scrum%20project,Reports%2C%20then%20select%20Burndown%20Chart.
What gives???
Hello @DavidWheeler
Welcome to the Atlassian community.
What do you consider bad about that information? Each describes a valid method of viewing all the issues in a sprint, relative to a Scrum Board.
Another way to find all the issues in a specific sprint would be to execute a JQL statement like:
sprint = {sprintID}
You can find information about options available to use in issue searching in the documentations for Searching for Work Items in Jira.
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.