Is there a way to associate TFS workitem ID to a check-in while checking the changes to TFS? We have enforced TFS check-in policy to have TFS work-item ID for each check-in. We do not want to disable the policy on TFS for various reasons.
Comments
2 comments
-
Yes - just put #A[Workitem ID] at the beginning of your commit comment (e.g. #A102). You can also resolve workitems by putting #R[Workitem ID] at the beginning (see documentation here)
-
Thanks Mike. Really helpful.
Add comment
Please sign in to leave a comment.