web-pal / chronos-timetracker

Desktop client for JIRA. Track time, upload worklogs without a hassle.
https://chronos.web-pal.com
MIT License
298 stars 66 forks source link

Issue sorting #199

Open jheasley322 opened 4 years ago

jheasley322 commented 4 years ago

Expected Behavior

Sorting should be passed in from JQL on user starred searches using custom fields

Actual Behavior

search is returning the correct issues but oly sorting desc by issue id

Steps to Reproduce the Problem

  1. issues must have a customfield that contains numeric values
  2. create starred search that includes a sort by the custom field
  3. open search in chronos, isses sort by id, not by customfield

Specifications

My JQL Query: project = QLIK AND status in ("Global Steering Review", "In Development", "Item Submitted", "Peer Review", "Requestor Review", Rework, "Task Review/Approval") AND assignee in (currentUser(), EMPTY, projectinsightrequests) ORDER BY cf[10046] DESC (attatching jira search results and chronos search results)

chronos search results: chronos results

jira search results: jira results

jira search with custom field values: jira priority numbers

VladimirPal commented 4 years ago

Reload the app 4.2 and try again, it should work, let me know, please.