Having trouble trying to keep my kanban board clean by excluding items resolved past a defined window, such as last 5 days. The query is returning items closed back in January (5 months ago)
Do the issues with status done that are appearing actually have a resolution date set? The status is not techinically anything to do with the resolution.
yes they do.
Ok, Another sanity check which I think you've probably already performed - they're definitely in the status "done"?
Would it be possible to re-index the issues and see if that fixes it ? You can re-index the whole project they are in, or just update one of them with something minor, like adding a . to a text field.
Yes, it has a status of Done. Tried the edit to a text field, no change. Also the re-index didn't fix it.
here is my full query
project = "XX" AND (status != Done OR (status = Done AND resolutiondate >=-1w)) AND ("Epic Link" is EMPTY OR "Epic Link" != XX-255 AND "Epic Link" != XX-575 AND "Epic Link" != XX-98 AND "Epic Link" != XX-744) and status != cancelled ORDER BY assignee ASC, Rank ASC
thank you for the help
had to add all of the closed state status' to the query, not just "Done"
It looks like you're new here. Sign in or register to get started.