How to verify if webhook is being triggered in Jira cloud
Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.
要約
At times we might want to verify if a Webhook is being triggered or not in Jira cloud. Also, in some cases we want to verify the data being triggered by Webhook. This article will suggest how to set it up.
ソリューション
In order to test if Webhooks are being triggered from your site when an issue is created, for example, we recommend performing the steps below.
- You can get a test URL from https://webhook.site. Copy the Unique URL generated for you from this page.
- Now, in your site create a new test Webhook listener for Issue created event by navigating to Settings → System → Webhooks. Copy the unique URL from above step and paste onto the URL section. You can narrow down the Issue created event by using JQL to only trigger for a test project. Refer below image.
- Create a test issue in that project and then navigate to https://webhook.site page. It will display the Issue details, that was triggered by the Webhook.
注意
Please note that the Issue details triggered by the Webhook are not sensitive in nature as https://webhook.site is a third party website and we at Atlassian do not own it.