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.
I'm trying to use the automation in confluence to send a reminder to review items that haven't been updated in a while, but I cannot get the page name to dynamically populate. I've tried {{page.title}} , {{title.page}} , {{page}} , and {{title}} but none work. The email comes through blank where that variable was.
{{page.title}} should work - this is the smart value for page title.
I tested it also, and it works fine for me. What's the rest of your rule look like? A screenshot of it might be beneficial :)
---
Edit: I tried this using your Branch - Related Entities - and had the same experience.
So I tried using "for each Page" instead (which allows you to set a last updated period, but not the label parameter) - and it works fine with {{page.title}} in this Branch.
It would appear "for each Page" is the Branch option for this type of Action for now - but I'd recommend raising it as a potential Bug in JAC for further review - do this from here: https://jira.atlassian.com/secure/Dashboard.jspa
Ste
--------------------
No luck with this. It doesn't put anything in there for the {{page.title}}. This is the email I receive
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Strange!
I tried this using your Branch - Related Entities - and had the same experience.
So I tried using "for each Page" instead (which allows you to set a last updated period, but not the label parameter) - and it works fine with {{page.title}} in this Branch.
It would appear "for each Page" is the Branch option for this type of Action for now - but I'd recommend raising it as a potential Bug in JAC for further review - do this from here: https://jira.atlassian.com/secure/Dashboard.jspa
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now I can't get it to send the email. The CQL query was validated. It works if I remeove the CQL condition. However, I have parent pages working as a folder and get alerted. Thats why I want to exclude certain pages with labels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this seems to have fixed the {{page.title}} insert issue. I'm trying to insert a CQL query to exclude pages with a certain label. Can you modify your first response to include the info from the second so i can mark as answer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.