A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"position": 123,
"defaultAssignee": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>"
},
"color": "<string>"
}Updates an issue type (name, icon, position). Unit-level permission is validated. If the type belongs to the tenant level, tenant permission is required.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"position": 123,
"defaultAssignee": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"fullName": "<string>"
},
"color": "<string>"
}IssueType identifier
The updated IssueType resource