Git Integration for Jira Cloud Documentation

Microsoft webhook indexing integration

Webhook indexing integration does not require indexing triggers in the git manager configuration page.

On this page:

 


 

Video Guide

Right click here to open in a new tab.

 

Connect Microsoft Git Services to Jira Cloud

Prerequisites: Install the Git Integration for Jira app on your Jira Cloud instance.

  1. Go to AppsGit Integration for JiraSettingsManage Integrations.


  2. Click Add integration.


  3. Select Visual Studio Team Services (VSTS) or Azure DevOps Repos.


  4. Select the Webhook indexing panel.


    Webhook indexing has limited features but does not require firewall configuration.

  5. Click Add integration. The webhook settings screen appears.


  6. Do not click Finish yet. Copy the Webhook URL and Secret key, then configure service hooks in Microsoft using the steps below.

 

Configure Project-Level Service Hooks

  1. Open your Microsoft project.


  2. Go to Project SettingsService hooks.


  3. Click Create subscription (or if subscriptions already exist).


  4. Select Web Hooks and click Next.


  5. Create three separate subscriptions for these events:

    Event Purpose
    Code pushed Indexes commits and branches
    Pull request created Indexes new pull requests
    Pull request updated Indexes pull request changes
  6. Set all FILTERS to Any and click Next.


  7. Configure the action:

    a. Paste the Webhook URL in the URL box.

    b. Paste the Secret key in the Basic authentication password box. IMPORTANT

  8. Test the configuration.


  9. Click Finish to save.


  10. Repeat steps 3-9 for each event type.

  11. Return to Jira and click Finish.

 

Configure Repository-Level Service Hooks

Follow the same steps as project-level setup, but select a specific repository in step 6 instead of Any.


 

Post-Setup Tips

  • If service hooks fail, verify the URL and Basic authentication password settings.
  • Find Webhook URL and Secret key in ActionsEdit integration.
  • IMPORTANT Repositories appear only after triggering push or pull request events.

Link Commits to Jira Issues

To display commits in Jira, include the Jira issue key in your commit messages. See Linking git commits to Jira issues.

 

Supported Features

The Git Roll Up tab is supported for Microsoft webhook indexing integration.

Microsoft webhooks provide commit messages, hashes, dates, and author information only. Changed file information is not available.

Feature Status
Works behind firewall Supported
View commits, branches, pull requests Supported
View tags Coming soon
Automation for Jira triggers Supported
Smart Commits Supported
Repository Browser Supported
Create branches/PRs in Jira Not supported
View source code Not supported
Full repository history Not supported

Automation triggers supported:

  • Commit created
  • Branch created
  • Pull request created
  • Pull request declined
  • Pull request merged

For complete feature details, see Feature matrix.

 

Related Articles

Last updated: December 2025

Have feedback about this article? Did we miss something? Let us know!
On this page