Setting up Jira webhook
This guide will walk you through the process of creating a webhook to synchronize Jira spaces with AppSec Portal.
Last updated
Was this helpful?
This guide will walk you through the process of creating a webhook to synchronize Jira spaces with AppSec Portal.
Last updated
Was this helpful?
Log in to your Jira instance.
Navigate to the space you want to integrate with AppSec Portal.
Click on the "Settings" icon on the right side of the header.
Select "System" from the dropdown menu.
Select the "WebHooks" from the menu on the left side of the screen.
Click on the "Create a WebHook" button.
For cloud Jira instance: https://<instance>.atlassian.net/plugins/servlet/webhooks
Enter a name for the webhook in the "Name" field.
Enter the webhook URL provided by AppSec Portal in the "URL" field.
The webhook URL provided is an endpoint within the AppSec Portal's API that Jira can use to send events or data.
Select the "Issue related events" that will trigger the webhook:
check the "updated" and "deleted" boxes in the "Issue" and "Comment" columns.
Select the scope: all issues.
Leave the "Exclude body" option unchecked.
Save your changes.
Now you can test the webhook by adding a label or changing the status of a task in Jira and see if the corresponding updates are reflected in the AppSec Portal.