Excuse me, I'm new to Jira
How to get a report to see what people are working on (Summary of all sprints of all projects)
Thank you so much
Go to the Advanced Search issues screen and use the following JQL query. Add the desired columns to meet your needs.
sprint in opensprints()
The above will return a list of all issues that are currently in any open Sprint regardless of the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.