I would like to send a message to Google Chat when a github pull request is done. Is it possible to create an automation that uses a Send Web Request?
I created a bot but it only allows me to send message when a new issue is created or commented on.
Hi @Paul Dokken
Do you mean when the pull request is merged? If so, there is a trigger for that event:
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Pull-request-merged
Kind regards,
Bill
Thanks for taking the time to respond. i understand how to get the trigger but what I don't understand is how to configure the Send Web Request which seems to be the only way to send a message to Google chat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is a great how-to article for calling a REST API function from an automation rule webrequest:
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.