Api Home > WorkItem > BulkEditWorkItems

POST api/V3/WorkItem/BulkEditWorkItems Updates Work Items specified in the ItemIds list to the values set in the 'EditedFields' of the BulkEditedWorkItemModel. Currently only supports properties on the seed object. Supported property types are as follows: enum, string, date, int, double, bool, singlecardinalityobject (i.e. AffectedUser), multiplecardinalityobject (i.e. Action Log). The EditedValue for a property with type of singlecardinality will be equal to GUID of the specified object. The EditedValue for a property with type of multiplecardinalityobject will be the object in json format.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProjectionId

globally unique identifier

None.

UpdateServiceManagement

boolean

None.

ItemIds

Collection of globally unique identifier

None.

EditedFields

Collection of BulkEditField

None.

Body Parameters

None.

Response Information

Returns boolean for successful update or failed update.

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>