Create Task
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Unlocked tasks can be adjusted by changes to their dependencies, resource leveling, or other factors.
All tasks are unlocked by default.
If a task is set to IsLocked
= true
, the dates and assigned resources are locked for this task and will not
be automatically changed by any process.
The numerical percentage, from 0-100, representing the percentage completion for this Task. Any numbers below zero or above 100 will be clamped to the minimum or maximum value.
This value can be edited manually in the Gantt chart view of the application, or can be selected on the Task Detail page within the Kanban board.
The planned duration (in minutes) for this Task. Cannot be negative.
The planned effort (in minutes) for this Task. Cannot be negative.
Response
True if the API call succeeded; false otherwise.