Create a task

Creates a task and optionally assigns it to another user. The body must include a non-empty title and an assigneeID; valid status values are ASSIGNED, PROGRESS, and COMPLETED.

If assigneeID is 0, the task is assigned to you. If assigneeID is -1, the request is rejected with 400. The assignee must be a user you can assign work to (same subgroup or otherwise authorised). When the assignee is not the creator, an in-app notification is sent to the assignee automatically — no follow-up call is needed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32
date-time
string
string
string
enum
Allowed:
string
enum
Allowed:
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The task was successfully created

400

Your query has malformed parameters

401

You don't have permission to create tasks

404

The assignee does not exist in the database

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!