Export backlog in planning board

GenerationOne June 11, 2013

I have my product backlog organized in aplanning board. The backlog is organized as ranked epics with each epic having multiple ranked stories linked to it. How can I export the board (to Excel or Word) maintaining the epic-story association and the rankings?

2 answers

2 votes
Aleksander Wirth November 21, 2014

Is there a way to do print them ordered as they are in backlog?

lightingrds June 9, 2016

This works for me:

JQL =>

project = <projectname> and (sprint = empty or sprint not in openSprints()) and issuetype in (list of issuetypes except subtypes and EPIC) and resolution is EMPTY ORDER BY Rank ASC

 

Then export it to excel... smile

2 votes
Zul NS _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 11, 2013

You can right click on the issues in the backlog to export to Excel. You can see in GreenHopper 6.2.2 release notes documentation for more info. You can SHIFT + Left click couple of issues and then right click to export to Excel.

Rob van den Belt June 9, 2016

Works perfectly! Many thanks.

Suggest an answer

Log in or Sign up to answer