How to receive webhook in python flask

wisehq123 June 23, 2017

Hello,

I build a webhook for issue update,also added it to workflow.

Now the problem is I want to write an API in python(flask) to retrive the webhook data and dispaly it.

Below is screenshot of my webhook.Thanks

Screenshot (41).png 

2 answers

1 accepted

2 votes
Answer accepted
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 23, 2017

Hi wisehq123,

I don't have a specific article about Flask and JIRA, however, the good folks on the Bitbucket team created and article titled Tutorial: Create and Trigger a Webhook.  While it's for BitBucket it does go over how to use a Flask server that receives webhooks.

You should be able to modify this for JIRA.

Cheers,

Branden

wisehq123 June 23, 2017

Thanks buddy:)

0 votes
kz1212 October 5, 2017

Hi @[deleted],

 

Do you know if there is any tutorials forWebhook using python in windows? the one above is for MacOS.

thanks!!!

Suggest an answer

Log in or Sign up to answer