Example of a Microsoft Teams Webhooks call FROM Automation for Jira

Jeff Condit June 21, 2021

I am trying to find an example of the actual Webhooks call that goes out to Microsoft Teams from Jira. 

There are some security concerns with the nature of our data and need to verify that only appropriate data is being passed through the Webhooks.

 

Thanks

2 answers

1 vote
Hyrum Steffensen _Appfire_
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 Leaders.
June 21, 2021

Hello Jeff!

Check out the Postman Interceptor. This will give you the exact code of the REST call being used. Once it is in the Postman app, I like to convert it to curl code and continue testing using the --verbose switch.

Please let us know how it goes!

Regards,

Hyrum

Jeff Condit June 25, 2021

Thanks, I will check that out

Jeff Condit June 25, 2021

I tested that out. I should have been more clear. I am using Jira Automation to make the call and it needs a teams formatted URL. 

It won't even accept microsoft Graph calls.

0 votes
nmenere
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2021

Hi @Jeff Condit ,

You can also put a trusted request capture URL into url field and send the request there. You will see the entire packet it sends.

Cheers,
Nick Menere
Automation Group Product Manager

Suggest an answer

Log in or Sign up to answer