The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

How do you locate the sprint field value in a next gen project?

Chris Romero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 6, 2019

I'm trying to bulk change issues in a next-gen project. I would like to move multiple issues (currently in a backlog with no sprint) to a future sprint. When I enter my sprint name in the "Change Sprint" field on the operation section, I receive the error sprint field value must be a number. I'm having trouble locating this number, in place of the sprint name field. 

 

How do I find the sprint field value number for each of my future sprints? I can only find the sprint name and it does not match the field value. It is not on a CSV export either. 

Thanks! 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Rachel Wright
Community Champion
November 6, 2019

Hi @Chris Romero ,

I couldn't find the sprint's ID value exposed in the UI either but I was able to find it via a JQL query!  In my example, the sprint called "Test Sprint 1 - 2019-05-02 18.27" is ID 1.

sprint.png

If I click on the sprints really long name, my query changes to the format "sprint = 1" and returns the expected issues.

I know you said you have Cloud, but if any Server users are reading this, you can also get this info from the database.

Hope this helps!

Rachel Wright
Author, Jira Strategy Admin Workbook

Chris Romero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2019

Oh, that's where it lives! Super helpful, thanks Rachel!