Click here to Skip to main content
15,886,074 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all ,

I am new to TFS and i working on some customization of checkin process . In our Project We using Agile process so we like to implement some validation in code . If some one is Checkin the code that time it automatically assign some Code review member or Code review team a new Work item that describe This code is Check ind and have to perform Code review . I think If we add some Check in note with Check in and referring that note create new work item in workflow template of TFS .. is good idea .. any other option ..

is anybody already implemented this type of task ... can you give me some samples .........

I am using TFS 2010 and VS 2010
Posted

1 solution

I've seen an automated process, that when a work item is checked in by a programmer, its status is set to resolved, and it's assigned to a QA tester.

In your case, I'd suggest to assign the same work item to the reviewer before it goes to the tester, instead of creating a 'review work item'.

Hope this helps,

Pablo.
 
Share this answer
 
Comments
jophyjob 27-Aug-12 3:59am    
Is it possible to assign the work item with shelve set .. that to minimize the error in the project after that we can check in . Is any add in or Template available for that type of work ....
Pablo Aliskevicius 27-Aug-12 13:22pm    
You may.
I know you can manually assigning a work item to anyone, and add the name of the shelve set in the item history (with a 'please review' comment).
I don't know of an automatic way to do that, but manual may be OK if most people on your team follow the rules.
Hope this helps,
Pablo.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900