Git Integration for Jira Cloud Documentation

GitLab webhook indexing integration

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

On this page:

 


 

Video Guides

Repository-Level Setup

Right click here to open in a new tab.

Group-Level Setup

Right click here to open in a new tab.

 

Connect GitLab to Jira Cloud

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

  1. Go to AppsGit Integration: Manage integrations.


  2. Click Add integration.


  3. Select GitLab.com (or GitLab Server for self-hosted installations).


  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 webhooks in GitLab using the steps below.

 

Configure Repository-Level Webhooks

  1. Open your GitLab repository.


  2. Go to SettingsWebhooks.

  3. Configure the webhook:


    a. Paste the Webhook URL in the URL box.

    b. Paste the Secret key in the Secret token box.

  4. Select which events to trigger:

    Event Recommendation
    Push events RECOMMENDED Sends triggers for commits and branches
    Tags push events Coming soon
    Merge request events RECOMMENDED Sends triggers for merge requests
  5. Click Add webhook to save.

  6. Return to Jira and click Finish.

 

Configure Group-Level Webhooks

  1. Open your GitLab group.


  2. Go to SettingsWebhooks.

  3. Configure the webhook using the same settings as repository-level (see steps 3-4 above).


  4. Click Add webhook to save.

  5. Return to Jira and click Finish.

 

Post-Setup Tips

  • Group-level webhooks apply to all repositories within the group.
  • If webhooks fail, verify the Payload URL and Secret key settings.
  • Find Webhook URL and Secret key in ActionsEdit integration.
  • IMPORTANT Repositories appear only after triggering push or merge 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 GitLab webhook indexing integration.


Feature Status
Works behind firewall Supported
View commits, branches, merge requests Supported
View tags Coming soon
Automation for Jira triggers Supported
Smart Commits Supported
Repository Browser Supported
Create branches/MRs 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