Skip to main content
Work item activity represents the history of all changes made to a work item, including property changes, comments, and other modifications.
Deprecation noticeWe are deprecating all /api/v1/.../issues/ endpoints in favor of /api/v1/.../work-items/.End of support
31st March 2026
What you need to do
To ensure uninterrupted service, replace all /issues/ references with /work-items/ in your codebase before the support end date.

The Activity object

Attributes
  • id uuid Unique identifier for the activity
  • created_at timestamp The timestamp of the time when the activity was created
  • updated_at timestamp The timestamp of the time when the activity was last updated
  • deleted_at timestamp or null The timestamp when the activity was deleted (if deleted)
  • verb string created or updated
  • field string or null The field that got changed null when created
  • old_value string Old value of the field
  • new_value string New value of the field
  • comment string Comment auto generated
  • attachments - [url,] Url of all the attachments that are in the activity
  • old_identifier uuid Old identifier of the field
  • new_identifier uuid New identifier of the field
  • epoch float Epoch float field when the activity was created.
  • project uuid It contains projects uuid which is automatically saved.
  • workspace uuid It contains workspace uuid which is automatically saved
  • issue uuid The work item the activity is attached to
  • issue_comment uuid or null The comment uuid if the activity was created due to a comment
  • actor uuid The actor who triggered this activity