Work item activity represents the history of all changes made to a work item, including property changes, comments, and other modifications.Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
The Activity object
Attributes-
iduuid Unique identifier for the activity -
created_attimestamp The timestamp of the time when the activity was created -
updated_attimestamp The timestamp of the time when the activity was last updated -
deleted_attimestamp or null The timestamp when the activity was deleted (if deleted) -
verbstring created or updated -
fieldstring or null The field that got changed null when created -
old_valuestring Old value of the field -
new_valuestring New value of the field -
commentstring Comment auto generated -
attachments- [url,] Url of all the attachments that are in the activity -
old_identifieruuid Old identifier of the field -
new_identifieruuid New identifier of the field -
epochfloat Epoch float field when the activity was created. -
projectuuid It contains projects uuid which is automatically saved. -
workspaceuuid It contains workspace uuid which is automatically saved -
issueuuid The work item the activity is attached to -
issue_commentuuid or null The comment uuid if the activity was created due to a comment -
actoruuid The actor who triggered this activity

