WorkItem
Represents a work item entity. Use it in an import script.
Extends SubItem.
Properties
Name | Type | Description |
|---|---|---|
author | 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 |
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 The expected string format is one of those returned by the |
type |
| Identifies this object as a work item. YouTrack infers |
updated | string | The date and time when the entity was last updated. The expected string format is one of those returned by the |
updatedBy | The user who last updated the entity. |