The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Exporting the Jira/Greenhopper Rank Column

Patrick Reese
March 1, 2012

I'm trying to use the Greenhopper plugin and have certain customers that want to see the priority list exported into excel. The problem I'm having is that I don't see a way to export the rank field that Greenhopper creates while using the planning board. Does anyone know of a way to export like you can from the issues tracker view but for it to include the rank?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Thomas Schlegel
Community Champion
March 2, 2012

Hi Patrick,

The rank field is simply a number. It is not relevant, which number it is, relevant is the order of the numbers (= the order of the issues).

You can get the right order by adding "order by rank" to a JQL Query, that selects you all the issues from your planning board. You can then export the result to Excel.

Maybe you can also add the rank field as visible column to the result table.

Best regards

Thomas