Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transition error when checking-in work item for VS2015

Here's the error I was getting in VS2015: "One or more checked work items failed the transition testing due to invalid field values. Please correct the values and retry the check-in."

like image 995
Eric Milliot-Martinez Avatar asked Dec 01 '16 16:12

Eric Milliot-Martinez


3 Answers

I had this when checking in an associated work item and flagging the item as resolved. So

  1. Work item in in progress
  2. Check in with this work item marked as resolved
  3. Work item is updated to ready to test

BUT

the work item can't move into the new state as it needs additional information. In my case TFS is set to assign the bug back to the person that raised it. It was such an old bug that the person raising it had left the company and doesn't exist in TFS - hence the error.

Moral of the story - fix bugs quicker.

like image 102
Crab Bucket Avatar answered Nov 14 '22 18:11

Crab Bucket


In my case, I was forced to do the Associate since I got the error message. When I went into the Work Item in VSTS I manually resolved it and it prompted me to set a required field. Were that required field set, the Resolve from Visual Studio would have worked.

like image 24
user9238306 Avatar answered Nov 14 '22 19:11

user9238306


I faced same issue while check in from visual studio.

Change the related work item as associate instead of resolve from visual studio solved my issue.

enter image description here

like image 21
Mohanvel V Avatar answered Nov 14 '22 18:11

Mohanvel V