[JIRA] Two dimentional statistics gadget: sorting of versions

Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

I have configured a "Two Dimentional Filter Statistics" dashboard gadget with following set up.

  • X Axis: Internal release (custom field of type 'Single version picker')
  • Y Axis: Assignee
  • Sort direction: Ascending

In the X Axis, releases are ordered ascending by the text name. Is there any partcular way to sort the releases by the release schedule?

2 answers

0 votes
Mizan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

A work around :

Create a new Date type customfield .

When issue is created or updated copy the value of the release date in this customfield . (Programmatically through custom event listener)

Display this field in the gadget and then you can sort according to the release date.

Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2013

It's a good suggestion but in the gadget's table header row there will be a series of dates rather than a series of release names. That's not what end users want.

0 votes
Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

I was asking almost the same thing here https://answers.atlassian.com/questions/161223/any-way-to-define-natural-sorting-in-gadgets. Define sort order in a gadget (other than alphabetically)

Suggest an answer

Log in or Sign up to answer