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 list do not obey filter ordering. #164

Closed ooredroxoo closed 5 years ago

ooredroxoo commented 5 years ago

Expected Behavior

When listing issues from a filter with a order condition the list should be ordered following the filter order.

Actual Behavior

Issues are listed by project first.

Steps to Reproduce the Problem

  1. Create a filter with priority order that fetch issues on multiple projects.
  2. Set this filter as source for the issue list.
  3. See that the ordering isn't obeyed.

GIF Capture

2019-02-25_17-24-28

Specifications

VladimirPal commented 5 years ago

Jira api doesn't respect jql filter order, we display issues in order which they come. Someday if jira will fix it, it will work properly. Parse jql and order it manually will not work cause of pagination.