IS there any SQL query to retrieve the date of JQL created dates

Yogesh Ranjitkar March 27, 2023

Hi All,

 

I am trying to retrieve the created dates of JQL queries that are saved as Filter in Jira. Is there anyway I can get this information with via REST or SQL? 

 

Thanks in Advance

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 28, 2023

Welcome to the Atlassian Community!

Jira does not record the date filters are created.  If you looked in the database or REST calls, you'd get a numeric id, which always increases, so you know that filter-123 was created before filter-456, but that's it.

Suggest an answer

Log in or Sign up to answer