copy the history/activities (state changes, assignment group, etc) from one record to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2025 02:27 AM
I there a way we could copy the history/activities (state changes, assignment group, etc) from one record to another? As of now work notes and comments are the only updates that is working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2025 04:20 AM
The data is present in these three tables Audit [sys_audit], History Sets [sys_history_set], and History [sys_history_line] tables.
You need to pull data from these three tables.
However it is not recommended to query on these tables as those contains huge amount of data.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2025 01:55 AM
Did you get chance to look into above? If yes, Accept the solution and mark as helpful to close the thread and benefit other readers.
Regards,
Sumanth