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 2 Current »

Supported events

  • Code Check-in

  • Code Push

STEP-1

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

  • Take note of Webhook Payload URL.

STEP-3

Create TFS webhook. e.g. Code Checked-in.

STEP-3

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

git commit -am"Bug fix. ref DT-4"
git push

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

  • No labels