Forums

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

Jira Assets API - updated timestamp of object key's

Anil Reddy Ailloni May 29, 2025

Hi All,

Instead of fetch details of all object key's is there any way to get the updated timestamp of object's keys so we will update our application accordingly. Maybe some API to get only modified object keys in past 5 minutes, this will improve our application performance. Can someone help on this please.

https://networktechnology.atlassian.net/jira/assets/object-schema/5?typeId=39&objectId=50916

Let's say if 50916 object updated within 5 minutes, I these this object key from API.

 

3 answers

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Champion
June 8, 2025

Hello @Anil Reddy Ailloni 

What steps did you take to try to find an answer to your question?

When I did a search using Google for jira cloud assets filter by modified timestamp, the AI response was this:

While Jira's built-in JQL (Jira Query Language) for issues allows filtering by "updated" date, it appears that directly filtering Assets objects based on a "modified timestamp" using standard AQL (Assets Query Language) within Jira's native features isn't readily available as a direct filtering option. 
However, there are potential workarounds and approaches:
  • Automation for Jira with REST API:
    • You can utilize the Assets REST API in conjunction with Automation for Jira's "Send Web Request" action.
    • The "Get Object History Endpoint" can help access object modification details, including timestamps.
    • This approach requires configuration and knowledge of the Assets REST API.
    • Using a service account is recommended for this process.
  • Workaround using AQL and custom date attributes:
    • One user in the Atlassian community suggests that filtering on a custom date attribute within the asset object itself can be done using AQL.
    • This involves creating a custom date attribute in your asset schema that stores the "last modified" or "last reviewed" date.
    • Then, you can use AQL to filter objects based on this custom date attribute.
  • Viewing object history:
    • You can manually view the history of changes made to an individual asset object, including timestamps of modifications, under the "Activity" and "History" tabs for a specific object. 
0 votes
Anil Reddy Ailloni June 2, 2025

Hi @Trudy Claspill

could you please help here 

0 votes
Anil Reddy Ailloni May 29, 2025

@Trudy Claspill Hey champ, could you please help here.

Anil Reddy Ailloni June 2, 2025

can you please help @Trudy Claspill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events