latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
tasks
Link or unlink an external issue to/from a task
By default, links the external issue. To unlink it, set the operation field to "unlink". Repeating the same link request is a successful no-op.
Rate limit: 20 requests per minute
post/tasks/{id}/external-issues
Path parameters
idstring required
The ID of the task to link an external issue to.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}