PUT v1/issues/{id}/{idPerCompany}/{actionType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
idPerCompany | integer |
Required |
|
actionType | enmActionType |
Required |
Body Parameters
UpdateIssueInModelName | Description | Type | Additional information |
---|---|---|---|
IsDetailsChanged | integer |
None. |
|
completion | integer |
None. |
|
title | string |
None. |
|
projectId | integer |
None. |
|
ownerId | integer |
None. |
|
creatorId | integer |
None. |
|
statusId | integer |
None. |
|
priorityId | integer |
None. |
|
lastOwnerId | integer |
None. |
|
listId | integer |
None. |
|
comment | string |
None. |
|
lastComment | string |
None. |
|
dueDate | date |
None. |
|
startDate | date |
None. |
|
guid | globally unique identifier |
None. |
|
EmailUsersIds | string |
None. |
|
recurrence | string |
None. |
|
customFields | Dictionary of integer [key] and CustomFieldInfo [value] |
None. |
|
isRead | boolean |
None. |
|
isArchived | boolean |
None. |
|
parentId | integer |
None. |
|
parentBaseId | integer |
None. |
|
nextToId | integer |
None. |
|
color | string |
None. |
|
textColor | string |
None. |
Request Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{ "IsDetailsChanged": 1, "completion": 2, "title": "sample string 3", "projectId": 4, "ownerId": 5, "creatorId": 6, "statusId": 7, "priorityId": 8, "lastOwnerId": 9, "listId": 10, "comment": "sample string 11", "lastComment": "sample string 12", "dueDate": "2025-04-19T04:43:32.1522919+00:00", "startDate": "2025-04-19T04:43:32.1522919+00:00", "guid": "739b9e34-0d39-4d92-b65b-43c67714f09e", "EmailUsersIds": "sample string 14", "recurrence": "sample string 15", "customFields": { "1": { "Value": "sample string 1", "InfoId": 2 }, "2": { "Value": "sample string 1", "InfoId": 2 } }, "isRead": true, "isArchived": true, "parentId": 18, "parentBaseId": 19, "nextToId": 1, "color": "sample string 20", "textColor": "sample string 21" }
text/html
Sample:
{"IsDetailsChanged":1,"completion":2,"title":"sample string 3","projectId":4,"ownerId":5,"creatorId":6,"statusId":7,"priorityId":8,"lastOwnerId":9,"listId":10,"comment":"sample string 11","lastComment":"sample string 12","dueDate":"2025-04-19T04:43:32.1522919+00:00","startDate":"2025-04-19T04:43:32.1522919+00:00","guid":"739b9e34-0d39-4d92-b65b-43c67714f09e","EmailUsersIds":"sample string 14","recurrence":"sample string 15","customFields":{"1":{"Value":"sample string 1","InfoId":2},"2":{"Value":"sample string 1","InfoId":2}},"isRead":true,"isArchived":true,"parentId":18,"parentBaseId":19,"nextToId":1,"color":"sample string 20","textColor":"sample string 21"}
Response Information
Resource Description
IssueOutModelName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idPerCompany | integer |
None. |
|
issueTitle | string |
None. |
|
groupTitle | string |
None. |
|
ownerName | string |
None. |
|
lastOwnerName | string |
None. |
|
lastUpdate | date |
None. |
|
isFavorite | boolean |
None. |
|
attachmentsCount | integer |
None. |
|
projectName | string |
None. |
|
statusName | string |
None. |
|
priorityName | string |
None. |
|
subIssuesCount | integer |
None. |
|
subIssues | Collection of IssueOutModel |
None. |
|
contactsCount | integer |
None. |
|
contacts |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/vnd.team.do+json
Sample:
Sample not available.