How can I get Sprints by using JQL?

Ajay Kere May 28, 2018

How can I import Sprints by using JQL?

5 answers

3 votes
Alana Fernando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2018

@Ajay Kere,

you can not get a list of sprints. but you can get tickets included in a sprint. Also note that sprints are not belong to projects. it belongs to board. 

Refer : Sprint per Project -JQL filter

dmoron June 26, 2021

Doesn't seem like they belong to boards.

Source 

0 votes
RNV May 28, 2018

@Ajay Kere

Sprints cant import, but you can try this:

 

Search on JQL:

project = "project name" AND Sprint is not EMPTY  (this show all issues with sprint)

add column Sprints

image.png

export CSV.

0 votes
Mariem Bayoudh May 28, 2018

@Ajay Kere

JQL = Search for issue

- Select your project,

- Click "More" --> Click "Sprint", then Choose Sprints 

Capture 2018-05-01 at 10.00.25.png

- Then save your JQL as filter JIRA 

- Now you can Export/Import all the issues involved in the sprint.

0 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 28, 2018

Hi @Ajay Kere

What do you want to import? All the issues involved in the sprint?

Ajay Kere May 28, 2018

I want all sprints for a particular project

0 votes
Bastian Stehmann
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 28, 2018

Hi @Ajay Kere,

JQL is a query-language, you can only get data out of Jira with that but can not get anything inside Jira.

Ajay Kere May 28, 2018

Yes
I need sprints for a particular Project. How can I get this?

Like Li Xirui likes this
Bastian Stehmann
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 28, 2018

If you want to get all issues for sprints in a specific project, you can refer to this KB article

https://confluence.atlassian.com/jirakb/jira-software-how-to-search-for-a-sprint-using-jql-779159065.html

You can also search for open, closed or future sprints:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html

 

If you want to add Sprints, you can try to use the Rest-API:

https://docs.atlassian.com/jira-software/REST/7.0.4/

Suggest an answer

Log in or Sign up to answer