The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Re Agile Board

Andrew Humphries
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Andrew Humphries
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

TAGS
AUG Leaders

Atlassian Community Events