WorkItem
Represents a work item entity.
Extends SubItem.
Properties
Name | Type | Description |
---|---|---|
author | User | The author of the entity. |
created | string | The date when the work item was created. The expected string format is one of those returned by the `getTimestampFormats` function. |
duration | number | The duration of the work item in minutes. |
id | string | The ID of the entity. |
started | string | The date and time when the work started. The same as `created` by default. The expected string format is one of those returned by the `getTimestampFormats` function. |
type | 'workItem' | The type of the custom field. |
updated | string | The date and time when the entity was last updated. The expected string format is one of those returned by the `getTimestampFormats` function. |
updatedBy | User | The user who last updated the entity. |