Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue sorting #199

Open
jheasley322 opened this issue Nov 5, 2019 · 0 comments
Open

Issue sorting #199

jheasley322 opened this issue Nov 5, 2019 · 0 comments

Comments

@jheasley322
Copy link

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

  • 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:
chronos results

jira search results:
jira results

jira search with custom field values:
jira priority numbers

@VladimirPal
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants