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
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
export CSV.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL = Search for issue
- Select your project,
- Click "More" --> Click "Sprint", then Choose Sprints
- Then save your JQL as filter JIRA
- Now you can Export/Import all the issues involved in the sprint.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to get all issues for sprints in a specific project, you can refer to this KB article
You can also search for open, closed or future sprints:
If you want to add Sprints, you can try to use the Rest-API:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.