workitem - How to create new Change Requests using TFS API 2010? -
I am new to TFS API and currently in the process of creating new work items through a Windows Farm app . Can the new change request, risk and scenario for TFS 2010 be explained in detail with code examples?
I knew that CRS is not available in the playful template, but I have noticed that "landscape" is the equivalent of "service request / change request" in the playful template that we are using.
Are risks and requirements available in playful? If so, how to make them? I have finished adding new bugs and tasks. Please tell me how to edit the work item XML template if necessary.
Thanks Tara.
You can get an example of a code like C # to create a new working item
To add work items, get them from the easiest process template (download one from the web or a download which is already available in tfs: Team -> Project archive -> Process templates) . Then add that work item, which you can find in the downloaded place and you can upload it with "wadadmin importwitd" or with the process editor which
Comments
Post a Comment