Create a task
Creates a task. When aptletInstanceId is set, the task is also mirrored as a
checklist entry on that card.
The task is attributed to an acting user who must belong to the company. With a
delegate token the user is taken from the token. With an API key (no associated
user), supply userId in the body — it must belong to the company or the
request is rejected.
Authorizations
Body
User id the task is assigned to.
Follow-up type — one of email|comment|sms|voice|card|note|task|logActivity.
Acting user the task is attributed to (createdBy/updatedBy). Required with API-key auth (must belong to the company); ignored with a delegate token, which supplies the user itself.
Task description.
One of backlog|notStarted|inProgress|onHold|completed.
One of asap|high|medium|low.
Required when type is "logActivity".
Card id — when set the task is mirrored onto the card checklist.
Checklist array field on the card (defaults to "checklist").
Response
Task created.