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!
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/
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.
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.