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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.