Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how can jira receive a webhook

Julien_Lamirande-Nadeau
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2020

Hi,

I have an application that sends a webhook to a Jira Server. I want the Jira Server to consume that webhook and then create a Jira issue with the information passed in this webhook.

I followed all the tutorials to be able to create my an add-on in Jira. But I could not find any documentation or example that indicate how to make my add-on listen and react to a webhook. All the webhook information I found was about sending a webhook not listening to one.

Any help would be appreciated.

Thank you!

1 answer

0 votes
Manuel Bastardo Castellano
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.
May 15, 2020

Hi Julien to create a issue isn’t necessary create a add-on.

you should use the Jira api rest check this documentation 

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/

Julien_Lamirande-Nadeau
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2020

The application that is sending the data that I want to listen to is sending a webhook I wish it was sending a simple REST call but its not and I have no control over it. This is why I need a way, add-on or not, for Jira to listen to this webhook.

Suggest an answer

Log in or Sign up to answer