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 :
Thank you
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.
Hope this helps,
Fabio
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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.