We are using a JIRA Agile board to track our tasks, with the lanes To Do, in progress & Done.
I want to set up a filter that will show the To Do, In Progress & Done(completed in the last day).
I am trying to use the 'Resolution Date' criterea, but when I add it to the filter it removes all of the issues. I've looked a lot on the Atlassian site for an answer to this and cannot see anything. Any assistance appreciated.
thanks
Community moderators have prevented the ability to post new answers.
Thanks for that ![]()
I've ended up going for the below as I want to just hide old done issues
project = XXX AND (status in ("In Progress", "To Do") OR status = Done AND resolutiondate >= startOfDay(-5)) ORDER BY Rank ASC
Hi Andrew,
You can try the "resolved" parameter, like the example below:
resolved <= 1d
-- Arthur Gonçalves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.