...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ExternalSystemIdentifier | String (50) | One of ExternalSystemIdentifier, ProjectTaskTypeUid or ProjectTaskTypeName, WbsCode is required | The external system identifier is a unique identifier for a project task (may be null, but once set can only be updated to a different, non-null value) | ||
ProjectTaskId | Int32 | No | The project task id is a unique identifier for a project task. For internal use only. | ||
ProjectTaskUid | Int64 | See ExternalSystemIdentifier | A unique and immutable identifier for a project task | 1152921504608644258 | |
Description | String | No | The project task description | ||
Name | String | See ExternalSystemIdentifier | The project task name is a unique identifier for a project task. This name is resources will see when choosing tasks to enter their time against. Each name is preceded by a Work Breakdown Structure (WBS) code. | Task A1 | |
Notes | No | The project task notes | |||
OpenForTimeFlag | Boolean | No | true | If set to 'true', resources are able to submit time using this Task. Milestone tasks require this box to be unticked | true |
ParentProjectTaskIdentity | No | The identity of the parent task | |||
ParentTaskName | String | The name of the parent task | Task A | ||
PlannedEndDateTime | DateTime | The planned end date of the task (in UTC format) | 2018-03-30T08:00:00Z | ||
PlannedStartDateTime | DateTime | The planned start date of the task (in UTC format) | 2018-03-01T00:00:00Z | ||
ProjectTaskTypeIdentity | The project task type associated with the project task | ||||
Roles | PwsProjectTaskRole [???] | The project role(s) associated with the project task | |||
SequenceNumber | Int16 | This field determines where the task appears in the list of project tasks in the Management Portal. For internal use only. | 1 | ||
WbsCode | String | The project task work breakdown structure code is a unique identifier for a project task | 1.1 | ||
ParentTaskWbsCode | String | The work breakdown structure of the parent task | 1 |
...