Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tuncay Senturk _Snapbytes_ , I did not see History Tab anywhere. What you described is different than the Activity tab of each individual Object that lists all changes made or comments added.
Referrring to 'go to the specific Object Type witihin the Schema of your asset, click the History tab'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.