How to export all JIRA issues and project data using APIs

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,

Hello @ParagJiraUser

Sorry, but your question is far too broad and non-specific for anyone here to be able to provide a single, concise answer for. You are essentially asking a “Tell me how to build a spaceship” question.

That sort of question is best asked over on the public Atlassian Community forum

Have fun.

I understand if my question comes across to broad. Essentially what I am asking is to extract all Projects and their Issues out of JIRA using APIs.

In my research, I came across IssueSearch and Project/Search apis that seems to be doing what I am looking for.

Thank you for taking time to response.

Parag