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?
Is there a way to do print them ordered as they are in backlog?
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
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.