You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
issues must have a customfield that contains numeric values
create starred search that includes a sort by the custom field
open search in chronos, isses sort by id, not by customfield
Specifications
Chronos-timetracker version: 4.2.0
OS: win10
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:
jira search results:
jira search with custom field values:
The text was updated successfully, but these errors were encountered:
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
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:
jira search results:
jira search with custom field values:
The text was updated successfully, but these errors were encountered: