I am creating my own process template using process editor on Visual Studio 2010 & TFS 2010.
I want to modify work item type definition to achieve any of the following:
- The work item can only be updated by the user assigned to it (the user in the "System.AssignedTo" field). Other users should not modify the work item.
- Work item state field "System.State" can only be modified by this work item assigned user.
Thanks in advance