Re Agile Board

Andrew Humphries July 2, 2015

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 

2 answers

0 votes
Andrew Humphries July 5, 2015

Thanks for that smile


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

 

0 votes
Arthur Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 3, 2015

Hi Andrew,

You can try the "resolved" parameter, like the example below:

resolved <= 1d

-- Arthur Gonçalves

Suggest an answer

Log in or Sign up to answer