Hello,
I am trying to set up an automation rule in Confluence Cloud that sends a notification to a Microsoft Teams channel whenever a new page is created using a specific template.
However, I am experiencing issues where the automation does not execute when an IF condition is applied to filter by template.
✅ Goal:
- I want Confluence to detect when a page is created using a specific pre-set template and send an automatic notification to a Microsoft Teams channel.
- I have attempted to configure this using Confluence Automation, but the IF condition is preventing the automation from executing properly.
✅ Current Automation Rule Setup:
- "When: Page Created" → Triggers when a new page is created in a specific space
- "If: Page Template = [Specific Template]" → Only continue if the page is created using a designated template
- "Then: Send Microsoft Teams message" → Sends a notification to a selected Teams channel
🔍 Current Issue:
- When the IF condition is removed, the automation works as expected and sends a notification to Teams whenever a page is created.
- However, when the IF condition is added (to filter by a specific template), the automation stops executing and logs show "No actions performed."
- In the automation execution log:
- "When: Page Created" triggers successfully
- "If: Page Template = [Specific Template]" does not pass, and the rule does not continue
✅ Troubleshooting Attempts:
- Tried replacing "If: Page Template = [Specific Template]" with "If: Page Title contains [Specific Pattern]" to test template detection
- Example:
title ~ "Video RFP*"
- This workaround worked, suggesting that template detection is not functioning properly in automation.
- Tried using labels instead of template filtering
- Configured the template to automatically add a label (
video-rfp
) to newly created pages - Changed the IF condition to
"label = 'video-rfp'"
, but automation still did not execute
- Reconnected Confluence Cloud with Microsoft Teams and recreated the automation rule
- Reinstalled and reauthorized the Confluence Cloud app in Microsoft Teams
- Created a new automation rule from scratch, but the same issue persisted
✅ Questions for Support:
- Does the "If: Page Template = [Specific Template]" condition currently work in Confluence Automation?
- Are there any known limitations with detecting templates in automation rules?
- Is there an alternative way to reliably detect pages created from a specific template (e.g., using CQL filters)?
- Are there any additional permissions or configurations needed for Microsoft Teams notifications to work properly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.