Forums

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

Filter out closed issues on board older than 14 days (but not by resolved status)

Zara
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!
January 2, 2019

Hi 

Our team have a kanban board and I am trying to filter out issues that have been closed over 14 days ago.

I have seen other posts that use the resolution status. This isn't working as our workflow after dev....is 'in staging' and 'in production' - and resolved is mapped to in staging at the moment, which i need to get changed.

In the mean time i want to only show recent issues deployed into production.

Tried this, but it isn't filtering out all of them 

"status was not Closed BEFORE startOfDay(-7)"

Would really appreciate some help.

Thanks

Zara

3 answers

2 votes
Prakhar Srivastav {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2019

Hi @Zara

If you want to get issues closed in last 7 days then you can try this :

status changed to Closed after -7d

 

Regards

Prakhar 

Zara
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!
January 2, 2019

Thanks very much Prakhar. So this only how me issues closed within the last 7 days, which is great, but it also excludes all the other issues in other states.

Marc Minten (EVS)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2019

status != Closed OR status changed to Closed after -7d

0 votes
Ryan Fish
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2019

@Zara

try adjusting the JQL query to include ...resolution was resolved BEFORE startOfDay(-14) to show issues that were "resolved" when the status changed to "in staging'.

0 votes
Tarun Sapra
Community Champion
January 2, 2019

Hello @Zara

This will give you the issues which have been "Closed" in last 14 days.

status was not Closed BEFORE startOfDay(-14d)  and status = Closed
Tarun Sapra
Community Champion
January 2, 2019

Or use the change keyword

status changed TO closed AFTER startOfDay(-14) 

Suggest an answer

Log in or Sign up to answer