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

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

Suggest an answer

Log in or Sign up to answer