The goal is to send email reminders for all the tickets whose expiry date is due in 30 days.
Expiry Date is a custom field.
Another option would be to use an app like our Notification Assistant for Jira and use a JQL similar to what @Mark Segall shared, and then set the Assignee or whoever else you want as the recipient.
Hi @Aditi.Mazumdar and welcome to the community!
If you're simply looking for a list of issues, you could do this with a filter:
resolved IS EMPTY AND Expiry <= 30d
Automation is another option if the default Jira email is not ideal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.