I need to replicate the project versions in Jira to a reporting database. I had thought to periodically invoke the API to extract the newly created versions. But I don't see a way to select versions on any criteria. E.g. versions created in the last week. See
https://docs.atlassian.com/software/jira/docs/api/REST/8.5.5/#api/2/project-getProjectVersions
I'm asking now for project versions, but I expect I will encounter this pattern for other entities as well.
Suggestions, or other advice on replicating from Jira?