Answered Can we add a field on an existing workitemtype?

  • Thursday, October 20, 2011 1:40 PM
     
     

    Hi,

    I'm using TFS API and i would like to add field to a existing workitemtype.
    I know the "manual" way with TFS power tool in VS2010. But i would like to do it by code.

    With the TFS API, we can retreive a Workitemtype, modify it, and push it back into TFS. 

    Do we have another way to acheive this by code? Like  WorkItemType.Fields.Add(My custom fields).

     

All Replies