Search code examples
gittfsworkitemalm

Linking TFS Pull requests with work items


We are looking to use the new Pull request feature in Visual Studio 2013 update 4 for our TFS Git repository.

With the code review feature that was available since Visual studio 2012, each code review request results in creating a new "Code Review Request" type work item, which is quite helpful in reporting, etc. Couldn't find a way of linking work items with Pull Requests. Tried the #workitemId format but didn't work. Am I missing something here?


Solution

  • Haven't checked the database, but the Process Template has no new Work Item type, which means that Pull Request are (90%) implemented with a DB table. No way to create Work Item Links in this case.