Multi edit issues.

Edit a list of issues properties (Max 250).

         Available operations list
         [
             { "op": "replace", "path": "/AssignedToUserId", "value": 1234 },
             { "op": "replace", "path": "/DueDate", "value": "your date value here" },
             { "op": "replace", "path": "/Group", "value": "your group value here" },
             { "op": "replace", "path": "/LabelIds", "value": [1,2,3,4] },
             { "op": "replace", "path": "/PriorityId", "value": 1234 },
             { "op": "replace", "path": "/PhaseId", "value": 1234 },
             { "op": "replace", "path": "/StatusId", "value": 1234 },
             { "op": "replace", "path": "/TeamIds", "value": [1,2,3,4] },
             { "op": "replace", "path": "/TypeId", "value": 1234 },
             { "op": "replace", "path": "/ZoneId", "value": 1234 },
             { "op": "replace", "path": "/CustomAttributes", "value": [{"id": 2, "type":"Text || Predefined", "value": "Text value || Id of predefined value"}] },
         ]
Log in to see full request history
Path Params
string
required

Hub id

int32
required

Project id

Body Params

List of issue ids and operations

IssueIds
array of int32s
required
IssueIds*
Operations
array of objects
required
Operations*
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
application/json-patch+json