We are searching for a Solution to be notified, based on tags:
meaning: whenever a specified tag is applied/reapplied to an aticle, or an article with the tag applied is updated, it should trigger a notification.
- RSS seems to work for that, but RSS does not seem to work with SSO/2FA
- the Tag macros can list them on a page, but the page does not get an "update event triggered" when there is new content that the macros will show.
- same goes with the mattermost api thingy
does anyone has a solution for this /or parts of it?
The Better Content Archiving for Confluence Cloud app includes a fine-grained Confluence notification mechanism.
It can execute a CQL query periodically and email the resulted page list to your pre-configured recipients:
For your concrete use case, a CQL like this would work:
label = "foobar" and updated > now("-24d")
You can freely customize the subject and the body of the notification template, too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.