Official documentation:
https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops

Supported events

  • Code Check-in

  • Code Push

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

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

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