HomeGuidesAPI ReferenceChangelogDiscussions
API Reference
These docs are for v2024-10-01. Click to read the latest docs for v2025-01-01.

Creates a Project task

What does it do?

This creates a new project task. It will also create a new normal task in the system linked with the project task.

What body params do you need?
  • name: is mandatory to pass a name of the project task.
  • project_id: is mandatory to pass the project_id where the task belongs.
  • status: project task status. 'To do' by default.
  • content: (optional) content of the project task.
  • starts_on: (optional) date when starts the project task.
  • follow_up: (optional) boolean - if true, status changes related to the project will notify the author.
  • due_on: (optional) the date when the project task will be due.
  • assignee_ids: (optional) array of ids of the assignees to the project task.
  • subproject_id: (optional) the id from the subproject where the project task belongs.
  • files: (optional) array of files that will be attached to the project task
Who can use it?

Only companies who have enabled the projects_management feature and users with the permission of create projects.

Log in to see full request history
Body Params
string
required
string
string
boolean
string
assignee_ids
array of integers
assignee_ids
integer
required
integer
files
array of files
files
string
required
Response

Response body
object
integer
required
integer
required
integer
integer
required
boolean
required
Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json