Can I add an additional option to the linking of work items to a checkin in TFS? TFS has Associate and Resolve, but I would like to have another option to move the work item to a custom state.

link|improve this question
Just rewritten this to try to make this more clearly about work items on check in rather than version control. – Richard May 17 '11 at 7:34
feedback

1 Answer

up vote 1 down vote accepted

I don't think you can customize the option on the work items associated with the changeset because it is an enum:

http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.checkinworkitemaction.aspx

If it's an important scenario for your work you might want to make the suggestion to the TFS team for the next release.

Hope this helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.