SubItem
The base class for authored entities that are associated with an issue.
Properties
Name | Type | Description |
---|---|---|
author | User | The author of the entity. |
created | string | The date and time when the entity was created. The expected string format is one of those returned by the `getTimestampFormats` function. |
id | string | The ID of the entity. |
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. |
Last modified: 7 November 2024