Relative Content

Tag Archive for jsonazureazure-functionsjirawebhooks

Sending JSON Payload from JIRA Webhook to Azure Function App

I have a JIRA webhook set up to send any new issues created to an azure function app. The function app is meant to activate when a new issue is created and take the JSON payload that gets sent from JIRA and grab the information I need using python. I tested the function app and it works, I sent a JSON payload to the URL with the function key included and the python did its job as expected.