TaskComment interface
Task comment.
Properties
| created |
ID of the user or application who created the comment. |
| created |
Type of creator (User, Application, System, or custom type). |
| text | The comment text content. |
| timestamp | When the comment was created. |
Property Details
createdBy
ID of the user or application who created the comment.
createdBy: string
Property Value
string
createdByType
Type of creator (User, Application, System, or custom type).
createdByType: string
Property Value
string
text
The comment text content.
text: string
Property Value
string
timestamp
When the comment was created.
timestamp?: Date
Property Value
Date