c# - How to lock iterations in TFS 2012? -
as iteration (sprint) over, need lock nobody able check-in iteration anymore (unless override check-in warnings of course).
how can achieve this? took @ team foundation server sdk namespace (microsoft.teamfoundation) found nothing far.
an interation (sprint) used iteration path in work items. context of question suggest have folder in source control each iteration, right?
- right click on folder , "advanced-> security ..."
- webaccess open
- remove "check out" , "check in" groups
now none of developers allowed check in in folder , subfolders too.
Comments
Post a Comment