A model for creating waterfall plan tasks or cardwall cards.
Name | Editable? | Required? | Type | Nullable? | Summary |
---|---|---|---|---|---|
Title | This field is editable through the web API. | This field is required. | String | The title of the item. | |
Description | This field is editable through the web API. | String | This field is nullable. | The description of the item. | |
StartDateUtc | This field is editable through the web API. | DateTime | The start date of the item. | ||
EndDateUtc | This field is editable through the web API. | DateTime | The end date of the item. | ||
EstimatedHours | This field is editable through the web API. | Double | The estimated hours of the item. | ||
IsStory | This field is editable through the web API. | Boolean |
Whether the task is a story. This value will be set to true if either
the Story Points or Value Points
property has a value greater than 0 .
|
||
StoryPoints | This field is editable through the web API. | Double |
The story points of the item. Values less than 0 will be normalized to
0 .
|
||
ValuePoints | This field is editable through the web API. | Double |
The value points of the item. Values less than 0 will be normalized to
0 .
|
||
IsMilestone | This field is editable through the web API. | Boolean | Whether this task is a milestone. This value is only applicable to waterfall tasks. | ||
PredecessorsOutlineNumbersComplex | This field is editable through the web API. | String | This field is nullable. | A comma-separated list of the outline numbers for the task's predecessors, including any non-default relationship type or lag/lead values. This value is only applicable to waterfall tasks. | |
StatusID | This field is editable through the web API. | Int32 |
The ID of the status associated with the task. This value only applicable to cardwall cards. Valid values for this property
can be found by calling GET /api/projects/{projectId}/boards/{boardId}/lists.
This is required for cardwall cards.
|
||
Tags | This field is editable through the web API. | String[] | This field is nullable. | The tags associated with the task. | |
Field1 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 1'. This value is only applicable to waterfall tasks. | |
Field2 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 2'. This value is only applicable to waterfall tasks. | |
Field3 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 3'. This value is only applicable to waterfall tasks. | |
Field4 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 4'. This value is only applicable to waterfall tasks. | |
Field5 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 5'. This value is only applicable to waterfall tasks. | |
Field6 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 6'. This value is only applicable to waterfall tasks. | |
Field7 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 7'. This value is only applicable to waterfall tasks. | |
Field8 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 8'. This value is only applicable to waterfall tasks. | |
Field9 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 9'. This value is only applicable to waterfall tasks. | |
Field10 | This field is editable through the web API. | String | This field is nullable. | The value for the custom column 'Field 10'. This value is only applicable to waterfall tasks. |