Forums

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

generate backlog data by sprint

dina wardhani March 8, 2022

Hi all,

I'm trying to export backlog data (from "Issues" tab), but i found out that carry forward story will be shown only one time with multiple sprint period for example :

Screen Shot 2022-03-08 at 15.32.01.png

 

Screen Shot 2022-03-08 at 15.32.01.png

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Fabio Racobaldo [Catworkx]
Community Champion
March 8, 2022

Hi @dina wardhani ,

you can use a query based on sprints. There are some specific functions like :

sprint in openSprints()

sprint in closedSprints()

sprint in futureSprints()

they could help you in your extraction.

https://confluence.atlassian.com/jiracoreserver0820/advanced-searching-1095773220.html#Advancedsearching-closedSprintsclosedSprints()

Hope this helps,

Fabio

dina wardhani April 11, 2022

Hi @Fabio Racobaldo [Catworkx] , 

Thank you for ur answer btw, but i need to get composition for each sprint and export it to csv. Do you have any idea?

Tx

Fabio Racobaldo [Catworkx]
Community Champion
April 11, 2022

Hi @dina wardhani ,

as specified here https://jira.atlassian.com/browse/JRASERVER-59412 you can't see sprint as column so, as workaround you should retrive issues by sprint and export the list as csv.

In order to do that, use JQL : Sprint = 134 

where 134 is your sprint id.

Hope this helps,

Fabio

dina wardhani April 11, 2022

ooo i see..

Thank you @Fabio Racobaldo [Catworkx] 

Fabio Racobaldo [Catworkx]
Community Champion
April 11, 2022

you're welcome @dina wardhani 

Suggest an answer

Log in or Sign up to answer