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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -