Hi
I have in a Confluence page a table of clients with licences for a product that expire on different dates and can be renewed for 1, 2 or 3 years.
Is there a way I can get reminders 60 and 30 days before these renewals?
The dates are created using the //ddmmyyyy shortcut and aren't on a checklist or assigned to a person using @username so no easy tricks there that I can think of.
Appreciate your help
Hello Stephen,
Thank you for contacting us about this.
There's no built-in reminder feature in Confluence, but this exists as an add-on for Confluence Server (but not Cloud):
As you're on Confluence Cloud, I would recommend that you vote on the following feature request to add this feature into Confluence:
Your other option would be to use our add-on product Team Calendars for Confluence and create events there and set reminders on the events that way.
Let me know if you have any questions about that.
Regards,
Shannon
If you can move each license to its own page and use page metadata to store the license details like "Product name", "Tier", etc., then you can set an expiration date for the page itself:
If you set the license expiration date to the page expiration date, then you can set up a custom notification with this CQL:
arch.expirationDate > now("-30d")
It will send a notification 30 days before the expiration date.
Plus:
(Discl. this approach utilizes the Better Content Archiving app. It is a paid and supported app developed by our team.)
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.