The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Is there any API to extract the data of a project?

Sruthi Susan Biju
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 5, 2024

Hi team,

I am looking to develop an automated job to extract the data of a Jira project along with attachments.

The data should be extracted in CSV (All Fields) format

Is there any available API or alternate solution to get the data?

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Vikrant Yadav
Community Champion
January 5, 2024

Hi @Sruthi Susan Biju  Welcome to Atlassian Community!

Yes, you can use Jira JQL API to get projects issue data into CSV. You need to get data using Web in excel. 

Similar post : https://community.atlassian.com/t5/Jira-Software-questions/How-can-I-export-to-CSV-the-results-of-a-search-via-the-REST-API/qaq-p/2326134

0 votes
Craig Nodwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 5, 2024

Hi @Sruthi Susan Biju welcome to the community.  Do you have any scripting plugins installed in your instance something like scriptrunner?  It would take a bit of work but I'm confident that if you have a plugin like this you could achieve what you are asking.

Mohammed Siyad
Contributor
January 15, 2024

Hi @Craig Nodwell

There is a scriptrunner plugin installed so hopefully a job or listener would help in automating the ask. But here we will have to export the data of a project and the issues might be huge too like 20-30k issues. So we are looking for something so that the issues can be grouped into chunks and then exported via some script or any alternatre solution.