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 3 Next »

STEP-1

Go to Jira Settings > Apps > Configure SCM Activity > GitHub Tab.

Copy Web-hook Payload URL.

STEP-2

On GitHub org, go to repository settings > Webhooks > Click Add Webhook

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

Content Type: application/json

Choose Just the push event

Check Active checkbox

Click Update/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