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

issue_idstring required

The ID of the Pylon issue.

operationstring

Operation to perform. Use "link" to link the issue (default) or "unlink" to unlink it.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}