Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get a list of all Activites made to any Asset Object for a particular Asset Object Type?

karin_hardison
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 8, 2025

In order to make sure my import is not overlaying changes made since a particular point in time to any Asset Object for a particular Object Type, I need to see a list of the Activites by Object.

I'm looking for: All changes made to Objects within Object Type X Where date after x Ordered by Object Key and Date of Activity.

It could be minus the where clause fo time period. We just implemented the Assets portion our Cloud based JSM, and there have not been many changes.

1 answer

2 votes
Tuncay Senturk _Snapbytes_
Community Champion
August 9, 2025

Hi @karin_hardison 

Welcome to the Community!

You can see changes either through the UI or via the REST API:

- If you go to the specific Object Type witihin the Schema of your asset, click the History tab. You can then filter by object key. It returns the change history similar to the Jira work item changes (old value -> new value). After getting the history you can filter by date, then sort by object key and timestamp in your script.

I don't know a built-in quey for all changes for an object type since a certain date in one call, so you need to get all objects in the type, then call the history endpoint for each object, then filter/sort the results on the client-side.

I hope it sheds some light.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events