We are trying to migrate our code base to VSTS. Our developers have referenced work items (bugs) in their commit messages.
VSTS is interpreting these numbers such as #3235 when processing the commit messages.
For example when we push our code to VSTS it interprets the #3235 and automatically associates a work item.
We would like to change/disable this setting in VSTS, or find a work around.
example commit message:
commit 8bb44596: Merge pull request #3139 in Production\system from 3641_Bug to Dev, this is automatically linked to #3139 work item which is not desired.
If possible we would like to use the VSTS item in brackets e.g [vsts: 3159]
It is not realistic to manually edit every commit message.