I have created an issues filter using JQL which behaves as intended on web but when I view the filter using the Mac Desktop app the filter includes issues which should be filtered out. Anyone else experienced this?
JQL is project = CAR AND issuetype in (Task, Subtask) AND status in ("In Progress", "To Do") AND ("Start date" <= -0d OR "Start Date" = NULL) ORDER BY created DESC
Issues where the start date is after today are filtered out on web but not on desktop
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.