Make ‘Associate’ the default checkin action

Posted on Ewald Hofman See other posts from Ewald Hofman
Published on Fri, 19 Nov 2010 09:17:51 +0100 Indexed on 2010/12/29 18:00 UTC
Read the original article Hit count: 663

Filed under:

When you associate a work item to a checkin, the work item will be resolved by default. Some teams have work items that are bigger then one checkin (although this is not recommended) and don’t want to resolve the work items during a checkin.

The only ways to modify the behaviour are:

- Remove the default checkin action from the work item type. Downside is that it is not possible in the UI to choose resolve if you actually want to resolve the work item.

- Change the Resolve action to associate.

 

In Visual Studio 2010 you can modify this behaviour by changing a registry setting. Change value the following key to “False”.

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\Behavior
@ResolveAsDefaultCheckinAction


© Ewald Hofman or respective owner