Confluence Filter for Issues Closed 1 year ago

Laura_sherwin December 13, 2022

Hi, 

 

I'm looking to create a filter that shows stories closed 1 year ago to be able to perform an annual review. Ideally the filter will give 30 days notice of when the annual review will be due. 

 

1 answer

0 votes
Marta Woźniak-Semeniuk
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.
December 13, 2022

Hey @Laura_sherwin 
You can create a filter that will shown you all issues resolved between two dates :

resolved >= 2021-01-01 AND resolved <= 2021-12-31 AND project = PROJ ORDER BY created DESC

 

Or resolved between 365 and 730 days ago 
resolved >= -730d AND resolved <= -365d AND project = PROJ AND text ~ "res" ORDER BY created DESC

 

However I don't think there is a way to automate getting the notification that you need to get the review done. You can consider adding a task for yourself in Confluence and having it on your list of to-dos that way

Suggest an answer

Log in or Sign up to answer