The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Updated an automation rule to send new issue notifications to a Teams channel, but it stopped workin

Updated an automation rule to send new issue notifications to a Teams channel, but it stopped workin

Rakeem Bean
December 11, 2024

 

I have an automation rule set up to send notifications about newly created issues to a Teams channel. Recently, we updated the format of the notifications, but since making the change, no tickets have been sent. I've checked the audit log of the automation and it all reads success. Has anybody ever seen this issuewebhook automation screenshot1.1.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 11, 2024

Hi @Rakeem Bean -- Welcome to the Atlassian Community!

Are the messages being sent and they contain no issue field data, or are the messages not sent at all to MS Teams?

If it is the first one, this could be caused by a timing / racetrack error:

The Issue Created trigger can fire so quickly that some field data may not yet be available to an automation rule.  The fix for this is to always add the Re-fetch Issue action immediately after the Issue Created trigger.  This will slow the rule down a bit, reloading the data before the steps continue.  Please try that to observe the impact.

Kind regards,
Bill