You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.