Add checklist to a ticket

This method allows you to add a checklist to a ticket.

URL

/api/v2/checklists/add

Access

This method can be accessed by all account tokens and by user tokens where the user has access to the ticket.

Supported Parameters

  • ticket - the ticket reference you wish to add a checklist to (required)
  • checklist - the ID or name of a checklist you wish to add (required)

Example JSON

{
    "status": "added"
}

The following response will be provided if a checklist is already associated with the given ticket. This will also be sent with a 409 Conflict status.

{
    "error": "NotPermitted",
    "message": "Ticket is already assigned to a checklist"
}

Proudly powered by Katapult. Running on 100% renewable energy.