Create a project plan task
POST/api/project-plan-tasks
Required permissions:
- project_plan.edit: allows the creation of project plan tasks.
Custom fields
Set single-option custom fields using dynamic fields named like custom_field_55 where 55 is the ID of
the custom field; the value is the ID of the option to select, or null to leave it unset. Only single-option
custom fields are supported.
Request
Responses
- 201
- 400
- 401
- 403
- 412
Returns the project plan task created.
Validation failed
Unauthorized
Forbidden
Precondition failed