Create a task

Creates a task. The required fields are 'assigneeID' and 'status'. If the assigneeID is 0 the assigneeID willbe changed to the current user id. Also the task can only be assigned to an user in the same group as the current user.The valid statuses are: 'ASSIGNED', 'PROGRESS', 'COMPLETED'.

Body Params
int32
date-time
string
string
string
enum
Allowed:
string
enum
Allowed:
Headers
string
Defaults to Swagger
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
Response
Click Try It! to start a request and see the response here!