Creates a new Non-Project Task (NPT) for the current user. If you specify an assignee for this NPT, that user will be assigned to this task.
If you do not specify an assignee, the NPT will be automatically assigned to you.
A Non-Project Task (NPT) is an individual element of work that is outside of a project.
Many people use NPTs to track personal work or general administrative work. NPTs have nearly
all the same features as other tasks, but since they are not part of a project, they can
be tracked separately by individuals.
Request
The data used to create the Npt
namestringRequired
The common name of this Task.
descriptionstring or nullOptional
This field contains the task’s “Note” or “Description”, which is a description of the work to be done to complete the task.
Within the ProjectManager application, you can use this field as follows:
- When in the Board or List view, click on a task to open the task panel, then edit the “Description” field.
plannedStartDatestring or nullOptionalformat: "date"
The date when work on this Task is planned to begin.
This value contains only the date in year-month-day format. For display, this
date will always be shown as this same year-month-day regardless of time zone.
plannedFinishDatestring or nullOptionalformat: "date"
The date when work on this Task is expected to complete.
This value contains only the date in year-month-day format. For display, this
date will always be shown as this same year-month-day regardless of time zone.
assigneeslist of strings or nullOptional
Specify a list of resources to assign to this NPT
statusIdstring or nullOptionalformat: "uuid"
The unique identifier of the NptStatus for this Npt
Response
Success
errorobject or nullOptional
If the API call failed, this will contain information about the error that occurred.
successbooleanOptionalRead-only
True if the API call succeeded; false otherwise.
hasErrorbooleanOptionalRead-only
True if the API call failed.
statusCodeenumOptional
The HTTP code of the response.
dataobjectOptional
A Npt is a task that does not belong to the project. It is only visible to the person who created it, and the users assigned to it.
NPT's are a lightweight version of a project task.