Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

STEP-1

Go to Jira Settings > Apps > Configure SCM Changesets > GitLab Tab.

Copy Web-hook Payload URL.

STEP-2

In GitLab if you are an instance admin (you run your own GitLab installation) then you can add System Webhooks, including for push and tag push events.

Hence it is not necessary to individually add webhooks to each and every repository if you want them to be handled for all - which is very common for companies running their own GitLab instance and Jira instances.

On GitLab project, go to repository settings > Integrations > Click Add Webhook

Define Payload URL: https://scmchangesets.ilaesolution.com/scmchangesets/gitlab/push?clientKey=fd4a2eba-7864-3304-8292-****

Choose triggers:

  • Push events

  • Tag Push events

Check checkbox Enable SSL verification

Click Save/Add webhook.

STEP-2

Perform Commit Git commit in comments with Issue key. e.g.

git commit -am"Bug fix. ref SU-25"

Go to issue, scm changesets tab and verify on, https://<HOST>.atlassian.net/browse/SU-25

Verify payload delivery.

  • No labels