Overview
Issue activities are the history of all the changes that happened to the issue like property changes etc.
Issue Activity Object
Attributes
-
created_at
timestampThe timestamp of the time when the project was created
-
updated_at
timestampThe timestamp of the time when the project was last updated
-
verb
stringcreated or updated
-
field
string or nullThe field that got changed null when created
-
old_value
stringOld value of the field
-
new_value
stringNew value of the field
-
comment
stringComment auto generated
-
attachments
- [url,]Url of all the attachments that are in the activity
-
old_identifier
uuidOld identifier of the field
-
new_identifier
uuidNew identifier of the field
-
epoch
floatEpoch float field when the activity was created.
-
project
uuidIt contains projects uuid which is automatically saved.
-
workspace
uuidIt contains workspace uuid which is automatically saved
-
issue
uuidThe issue the activity is attached to
-
issue_comment
uuid or nullThe comment uuid if the activity was created due to a comment
-
actor
uuidThe actor who triggered this actor