Name | Type | Description | Notes |
---|---|---|---|
description | str | Full text of the Task. | |
position | int | The number corresponding to the Task's position within a list of Tasks on a Story. | [optional] |
complete | bool | True/false boolean indicating whether the Task has been completed. | [optional] |
owner_ids | list[str] | An array of UUIDs of the Owners of this Task. | [optional] |
external_id | str | This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here. | [optional] |