Hello Community,
I wanted to create an automation that is supposed to do the following:
If an issue is moved to Code Review, a Slack message will be send to the team channel. Ideally, the issue name should be posted in the Slack message.
So far I have got:
The trigger event works, Slack message is also sent, just with no issue information.
How do I add, that the last issue moved to the Code Review column will be looked up to add that to the Slack message?
Thank you already for the help!
Have a nice weekend,
Vanessa
Hi @Vanessa ,
Good news, this Automation rule can be simplified! Since you're using the Issue Transitioned trigger, it already knows which issue to get the details from. So, based on the screenshot, you'd make these changes to the rule:
Hey there, a new issue is in Code Review, have a look!
<{{issue.toUrl}}|*{{issue.key}}* {{issue.summary}}>
And that's all!
Cheers,
Daniel
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.