latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
tasks
Link or unlink a Pylon issue to/from a task
Links the issue to the task by default. To unlink it, set the operation field to "unlink".
Rate limit: 20 requests per minute
post/tasks/{id}/issues
Path parameters
idstring required
The ID of the task to link a Pylon issue to.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}