Hello,
My team is looking to export all the JIRA issues and projects of JIRA and bring it to a data platform for analytics.
I look at Bulk Export API, but it needs IssueIDs.
Is there a way to export data from JIRA using APIs? such that 1 time full load, then only the updated issues.
I looked at jiraone — jiraone 0.8.9 documentation but that also needs to pass Project list in JQL.
Since we do not have a list of projects or issues, it is not clear on how to export using APIs.
What we are looking to do is essentially “Select * from Issues” and “Select * from Projects”
Please provide any suggestion / recommendation on approach to achieve this.
thank you,