Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have about 150 teams on multiple projects that I will need to analyze their sprint data multiple times within and outside the sprint.
Thank you
JQL finds issues, not sprint data. It doesn't even have anything to say about any results, the output of running a JQL query is a simple set of pointers to a set of issues. JQL such as "sprint = <sprint name>" might be the sort of query you want to start with.
It's what you display it in that goes and fetches the values from the issues.
What you'll need to do is ask JQL for a list of issues in the sprint you are interested in, then ask something else for sprint data. Although you'll find an actual sprint is not much more than id, name, board it belongs to, sprint goal, its current state, start date, end date and completion date.
Start with a look at https://developer.atlassian.com/cloud/jira/software/rest/intro/#introduction (also applies for Power BI, as that has to "get" data over REST as well)
I Michael,
If you are asking how to query the issues in a sprint then the following will work regardless of whether the sprint contains hey single project for multiple projects. However I expect my answer is not hitting the mark here?
sprint = "sprint 123"
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.