- Code pushed
- Pull request created
- Pull request updated
- Pull request merge attempted
-
Configure webhook by logging in to your Azure DevOps/VSTS account:
-
Open a project by clicking on it.
-
Click Project Settings then select Service Hooks. The following screen is displayed.
-
Click + to add a new service hook subscription.
-
Scroll to Web Hooks and click to select it.
-
Click Next. The following screen is displayed.
-
Set "code pushed" for the Trigger on this type of event selector.
-
*Set all FILTERS to "Any".
-
*Click Next to proceed to the following screen.
-
-
Switch to your Jira instance then navigate to Git ➜ Manage repositories page and then open Webhooks.
-
Copy the complete Webhook URL by clicking the copy icon adjacent to the right of the URL field.
-
Switch back to Azure DevOps/VSTS (where you left off) and paste this information into the provided URL box.
-
Click Test to verify if webhook integration is successful or not.
-
Click Finish to complete this setup.
Pull Request Webhooks
The Git Integration for Jira app supports pull request webhooks now.
You will need to have three (3) separate service hooks configuration for it to work properly. Aside from setting up the "Code pushed" service hook outlined above in step 6.a, perform the same process with Pull request created and Pull request updated for the triggers.

More related articles about webhooks setup
Creating reindex triggers for a single repository
Webhooks GitHub Organization support
Adding webhooks for Azure DevOps Repos | VSTS (this page)