Is there a way to export a text file of a sprint's stories in this way:
StoryId1: Summary
StoryId2: Summary
For example, if in the sprint there were stories ARC-1012, ARC-1023, and ARC-1035, we could get a text file like the following:
Sprint 15 review:
ARC-1012: as a user I want to access logbook by pressing a button on front page
ARC-1023: as a user I want to be able to add note to a logbook item
ARC-1035: as a user I want to be able to delete old logbook items
Is there an existing tool to extract such a text file?
The scenario is to prepare a template for the sprint review document of the sprint in Confluence.
Hi Juho,
You can perform a JQL search like
sprint=15
and then export the search results in a CSV file.
If you want to see only the 2 fileds: Issue key and Summary, you can click on Columns in the search results, disable any other field except for these 2 and then, at the top-right corner, click on Export and choose Export CSV current fields. See the screenshots below for more details:
Thanks! Seems to work as I want.
However, it seems that the csv file contains also Issue Id. Is it possible to not output that?
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.