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, I am using the Workflow Editor and Staff approval but I am trying to add a trigger to send an email when the draft is ready to be reviewd. The Workflow Editor and Staff approval just has email when it has already being reviewed. What trigger do I need to send email when draft is ready for initial review? Thanks.
Hello @GH2023 welcome to the community!
Thank you for your question. Here are a couple of examples you could add to your workflow markup using the markup editor:
{trigger:statechanged|state=Ready}
{send-email:user=@Reviewers@|subject=Page is ready for review}
The page @page@ is ready for review.
{send-email}
{trigger}
{trigger:pageapprovalassigned|approval=Review}
{send-email:user=@assignee@|subject=Page has been assigned to you for review}
The page @page@ has been assigned to you for review.
{send-email}
{trigger}
If you need help customising this further or have any other questions about Comala Document Management, you can reach out to our friendly Customer Success team at https://support.comalatech.com
All the best
James
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.