Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3873236
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:00:48+00:00 2026-05-19T22:00:48+00:00

I am trying use the new server side plug-in feature for TFS 2010. (I

  • 0

I am trying use the new server side plug-in feature for TFS 2010. (I got the basics of how to get started doing this from here and here)

It works great and is many times faster than the normal web service way of handling TFS Events.

But the server side methods are very very undocumented. I have figured out how to retrieve a work item (via Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayerImpl.GetWorkItem (and GetWorkItemXml)

But doing an update is confusing me. All the update methods take xml. But the xml you get back from GetWorkItemXml is not the right format (it says that “Action ‘FIELD’ is not allowed).

I have tried using the Client Side TFS API and it works. But it is slower than I would like because it is wrapping up soap calls back to the server. Since I am already running on the server, it would be nice to not have to have that extra (unneeded) communication step.

Does anyone out there have any server side experience with TFS? Can you give me a pointer on how to make an update to a work item using server side methods?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:00:48+00:00Added an answer on May 19, 2026 at 10:00 pm

    Unfortunately, the Server Object Model for Work Item Tracking is not very useful. Unless you want to do some seriously heavy lifting yourself, using the Client Object Model (Microsoft.TeamFoundation.WorkItemTracking.Client.dll) is the best choice.

    If you want to work with the Server OM for Work Items, you have to work in XML packages. These are not documented/supported, so YMMV. Here’s the “best” documentation that there is on them: http://marshalbyrefobject.blogspot.com/search/label/Work%20Item%20Tracking

    And here’s a sample of what one looks like:

    <Package Product=http://your_server:8080/WorkItemTracking/v1.0/ClientService.asmx DisableNotifications=”True” xmlns=””>
      <InsertWorkItem ObjectType=”WorkItem” BypassRules=”True”>
        <ComputedColumns>
          <ComputedColumn Column=”System.RevisedDate”>
        </ComputedColumns>
        <Columns>
          <Column Column=”System.WorkItemType”>
            <Value>Bug</Value>
          </Column>
          <Column Column=”System.AreaId”>
            <Value>40</Value>
          </Column>
          <Column Column=”System.CreatedBy” Type=”String"/>
        </Columns>
        <InsertText FieldName=”Microsoft.VSTS.CMMI.Analysis” FieldDisplayName=”Analysis”>text goes here </InsertText>
      </InsertWorkItem>
    </Package>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use some of the new MFC feature pack controls on an
I'm new to node.js. I'm trying to use EJS templates, and i've got a
I am trying to use the new DATETIMEOFFSET data type in SQL 2008 but
I'm trying to use SubSonic for a new project with an existing database but
I'm trying to use URL rewrite in my new project. But I also need
I'm trying to use Rhinomocks 3.5 and the new lambda notation to mock some
I'm new to Rails development, and I'm trying to figure out how to use
I've been trying to write a small file server. I got it to the
I'm trying to use restFB on Google App Engine, when I try and get
Trying to use an excpetion class which could provide location reference for XML parsing,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.