-
Bug
-
Resolution: Unresolved
-
Low
-
25
-
Severity 3 - Minor
Issue Summary
Once we access JWM's list view, it's possible to order alphabetically (Sort from A -> Z) the Status column, however, this is not working as the feature suggests, instead, the filter follows the statuses' orders under https://<INSTANCE>.atlassian.net/rest/api/3/status
Steps to Reproduce
- Create a JWM project and setup some statuses
- Transition issues to different statuses
- Go to JWM's list view and try sorting by Status (it will show Sort from A -> Z)
- Notice that the statuses are not sorted alphabetically
Expected Results
Issues should respect the sorting selection.
Actual Results
- For Company Managed projects, the sorting method follows the order of the statuses under https://<INSTANCE>.atlassian.net/rest/api/3/status
- For Team Managed Projects the sorting is done by the sequence in the database assigned at the time the status was created.
Workaround
- Status is being ordered according to the system configuration, which can be accessed at https://<sitename>.atlassian.net/secure/admin/ViewStatuses.jspa
- Manually order the status alphabetically
- is related to
-
JWMCLOUD-449 Status groups on the list view JWM are not ordered logically
-
- Closed
-
- relates to
-
JRACLOUD-81149 Statuses in Team Managed projects don't have order number (sequence number)
- Gathering Interest
- duplicates
-
FLINGO-612 Loading...