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.
Hi,
is it currently possible to use Automation for Confluence to send an email when a page is created that does not have a label?
I found out that it is possible to send an email when a page is created that has a certain keyword.
It is relatively simple:
When: Page published
If: CQL condition
label = "xyz"
Then: Send email
However, I can't find an expression that describes that there is no label at all. "Label IS empty" does not work.
(Reminder: I'm talking about Automation for Confluence cloud NOT Jira.)
Any ideas?
Kind regards,
B
Hey,
this is currently really hard to do. CQL does not allow null or empty as value.
There's an open request you can for : https://jira.atlassian.com/browse/CONFCLOUD-43823
You must use NOT IN LABEL "label-a" AND NOT IN LABEL "label-b" AND NOT IN LABEL "label-c", etc. It's really painfull.
Hope this help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.