latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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"
}
}
}
}