Hi everyone!
I want to set a filter that filters for issues which are in a particular sprint in Jira. For that purpose I need the sprint ID of a particular sprint. How can I find out the sprint ID of a particular sprint?
Thanks for your help!!
Community moderators have prevented the ability to post new answers.
The hack i found was to view the sprint report for an active/closed sprint.
/secure/RapidBoard.jspa?rapidView=4&view=reporting&chart=sprintRetrospective&sprint=1
The global Sprint ID will showup in the URL. I would really love AtLSSIAN to add a simple link that jumps to issue navigator, pre-filtered like the old boards did.
Hi Eddie,
Is there a sprint id associated with a future inactive sprint as well? For example, during sprint planning I create a new sprint on the Plan tab for different boards. Then I am writing a jql to pull out issues from "Next" sprints in every board but seems like jira/greenhopper only creates a sprint ID for active sprints?
Cheers,
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@nIKHIL, you should start a new question for this topic. But in short no, the future sprints in the planning view are actually called "markers", and I do not think they are available via JQL- https://answers.atlassian.com/questions/52688/how-to-use-rapid-board-s-sprint-marker-in-jql-query, but you can get the list of issues in a future sprint from the rest api.
Also note that there should be a link in planning view on markers that says something like "view in inssue navigator"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think this works anymore. But this works: https://confluence.atlassian.com/display/AGILEKB/JIRA+Agile%3A+How+to+search+for+a+Sprint+using+JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Eddie this really saved my time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@EddieW that did not work for me. My current sprint that I wanted to use had "16" at the end. I did a bulk change to edit about 7 issues to link to this sprint by typing "16" and it linked them to a completely different sprint from over a year ago.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternatively, if you create a new query and type in Sprint = "Whatever", JIRA will replace "Whatever" with the sprint number.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome. This is straight forward and easy. It gave me my furture sprint id.
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.
Worked for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
worked for me! thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works, but you have to wait a moment for the "autosuggestions" to appear below the JQL entry box and then move the mouse cursor, click on the autosuggestion, and voila, your autosuggestion that was identical to your sprint name is mysteriously replaced in the JQL entry area with the sprint ID. (This is very non-intuitive) I also looked for a column titled Sprint ID that I could simple add to the Issue Query output. Alas, this doesn't exist in the column possibilities.
Note: This wouldn't be such a big problem if it weren't for the compounding restriction in Bulk Update that only Sprint ID's can be used in the Sprint field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was very useful. Thankyou Maciek Pawlowski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hover over the 'Future Sprint' link in a jira that is planned and the id will be shown in the URL link at the foot of your browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Failing this. You can use web developer tools and "Inspect element" on the sprint name. The sprint id is a property of the div container
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Corey's comment did the trick for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Open that link(Future sprint) in the new tab. You'll see sprint param in the url which is sprint id
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Inspect element worked for me - thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Corey, thanks a lot! It works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The fact one has to open up the developer tools to look up the sprint id in the code in order to obtain the Jira Sprint ID for the bulk transition to another sprint is asinine. Perhaps Atlassian can make it easier to locate the sprint ID in the transition jiras tool so one does not waste time trying to identify the ID in the first place.
But I digress, thanks for the reminder on this @Corey Scott
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.
@Jason, there's no need to use developer tools, you can see the sprint ID by hovering over as John Smith says. I agree it could be more easily found. Also, it should be used more, e.g. it would be great to have a url including it which allowed the backlog to open with that particular sprint expanded and ll the others collapsed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hover works on the three dots icon of the dashboard/backlog view. Hover over the icon and see the sprintID in the URL view at the bottom of the browser. Works for both future sprints and active sprints.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simplest, best answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simplest Way!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks,
It works for me too.
Going to Backlog view and hover over the Three Dots
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As simply as that... Congratulations, @Edison Quisiguina.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. You can see the id in the botton of the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://community.atlassian.com/t5/Jira-questions/How-to-get-Sprint-ID-for-CSV-import/qaq-p/58364
post #2
JIRA maintains an equivalent numeric value for each Sprint. The numeric value is what you need to have in the CSV file,
To find the numeric equivalent of a sprint, do the following : Go to Issue navigator, and specify the following query: sprint = Sprint 18.
When you finish typing Sprint 18, you will see the corresponding numeric value displayed in the query
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.
Crazy, but this is still a blocking issue for managing issues in bulk.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When doing the bulk dates, i find having the backlog open in another tab and using devtools and selecting the sprint name is the easiest way to find out the sprint ID. So just F12 in Chrome and it's there for you in the Elements tab.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Step 1 - Go to the Backlog page
Step 2 - Open Inspect element by right clicking anywhere in the page and selecting inspect (for google chrome)
Step 3 - Search for data-sprint-id in the inspect element section. Beside the entry you would find the id of the sprint in focus in UI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In Next-Gen projects I can't find data-sprint-id
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.
What if someone sends you a filter to run with sprint ids only
sprint in (22, 33, 44)
It returns the issues list and looking at the sprint column of the report, you can see them, but if the issue runs across multiple sprints you get multiple user friendly sprint names for a single issue, so how do you know which one correlates to 22, 33, and 44?
Basically looking for a reverse lookup from index to friendly name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's probably a better solution than this out there, but one way that works, if the sprints were added after ticket creation, is to check the History tab on the ticket. Look for where the sprints were added and it will list out the sprint names, plus their IDs (in same order as name).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The quickest way I've come across to discover the sprint ID is to inspect the element of the sprint name when in the backlog. So just F12 when using Chrome and select the sprint name. Check out devtools and the ID is there for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Joe! This did the trick for me (ridiculous this is so convoluted)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another quick way to find the Sprint ID is:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to backlog board. Find the respective sprint click on the small icon against the spirnt. You will be taken to a new screen wherer the sprint id is given in the search filed
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.
Community moderators have prevented the ability to post new answers.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.