I want a list of all active sprints in jira from all projects. As admin there are times when a scrum master does not start the sprint on time and I need a way to identify those team's that are delayed.
If I were writing the query in a SQL language, pseudocode would be something like this:
Select sprint name from all Jira projects where active sprint is true
I know this doesn't exist in Jira, but there has to be a way to produce a list of all active sprint names in Jira.
Any help would be appreciated.