web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

TFS Integration – TF237124 – Work Item is not ready to save

Alessandro Graps Profile Picture Alessandro Graps 2,664

With this post, I want start a new category: TFS Integration…

For a project I had to create some TFS Work Items programmatically using the TFS API. However saving the work item resulted in the following error message:

TF237124: Work Item is not ready to save

This error message doesn’t give any useful information. What’s important to know is that you can configure a lot of rules before a work item is valid. It’s important to validate the WorkItem prior to save. The validate() method will return an arraylist of invalid fields.

This will give you all the information you need to know why this workitem cannot be saved (In this case I have 3 invalid fields; in the following image, for example, U have the “Backlog Priority” field with an invalid value).

validate


Archiviato in:TFS Integration Tagged: .Net, C#, TFS


This was originally posted here.

Comments

*This post is locked for comments