Can I change the default registration action in TFS 2012?

I want to link the changeset to the default work item in order to link it in TFS 2012 .

The attempt is HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\**11.0**\TeamFoundation\SourceControl\Behavior @ResolveAsDefaultCheckinAction = "False"not useful for tasks for which the Status is Active . This is normal when the state is New, Proposed, etc. .... Do you have an idea to do this for all states?

+5
source share
2 answers

It's a long story. The workaround that will work is as follows:

Checkout this link here http://msdn.microsoft.com/en-us/library/ms194965 (v = vs .110) .aspx

, , , "Microsoft.VSTS.Actions.Checkin". . - , .

, -

enter image description here

(Gary Howlett), :

http://msdn.microsoft.com/en-us/library/ms194965 (v = vs .110).aspx

+6

- , , . , , ( M.Radwan -MVP), : TFS 2012

** ULTIMATE VS 2012 **

Visual Studio

. , . Team Explorer 2012 . . , , . , " ", .

, " " . " ", . , Resolve, .

Team Explorer 2012 My Work. , , . / , - , , . , "".

  • Regedit; set: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\TeamFoundation\SourceControl\Behavior\ResolveAsDefaultCheckinAction = False
  • Visual Studio 2012.
  • VS 2012 . devenv/setup, , Visual Studio.
+1

All Articles