Forums

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

Auto Extract of data from JIRA Cloud

Suchita Kumari February 4, 2019

Hello,

We need daily auto extract of data on Cloud version of JIRA. Is there a way for the same?

3 answers

1 accepted

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 5, 2019

Hello Suchita,

Welcome to Atlassian Community!

Are you looking for a way to automatically generate backups from your entire JIRA Site (Including projects, workflows, schemes, etc) or you are only looking for an export option for issue details, like CSV exports?

If you are talking about your issue information only, you can try the getIssueList from JIRA Command Line Interface (CLI) plugin:

Jira Command Line Interface (CLI)

Let me know if this is the option you are looking for.

Suchita Kumari March 25, 2019

Hi Petterson,

Thanks for the response.

Actually I need all the Tickets created in JIRA for all projects daily automation required.

Suchita Kumari March 25, 2019

And that is required in CSV format at some location on local server

0 votes
Suchita Kumari March 31, 2019

Yes Daily extract of all issues in JIRA to some FTP location ,so that it helps senior management in reporting.

Senior management is not ready to buy any plugin within the JIRA for reporting, because for most of the things they use dashboards in JIRA and for rest they need the data in csv so that they can use that using excel manipulations.

Nic Brough -Adaptavist-
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 Leaders.
April 2, 2019

This isn't going to happen in any sane way.  "Extract all" is hard work and a vast waste of your time.  Coding it is going to consume far more money than a look at add-ons or reporting tools, and be nowhere near as flexible, maintainable or useful.

You would be better off doing a proper analysis of what reports your management really want and describing that.  What are the questions they are trying to answer with the reporting?

0 votes
Nic Brough -Adaptavist-
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 Leaders.
February 5, 2019

You could use the REST API to pull down a range of issues that you need, but the best approach depends on what you're trying to "extract"?

Suchita Kumari March 25, 2019

Hey Nic,

thanks for the response.

Can we use REST API for cloud version of JIRA also and can we get daily extract of all the issues in JIRA ?

Nic Brough -Adaptavist-
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 Leaders.
March 29, 2019

Yes, the REST API exists for all Jira installs. 

A "daily extract of all the issues" is still a bit too vague.  Extract what?  Everything?  You want to download every issue every day?  How is that useful?  Why not just do the reporting in Jira?

Suggest an answer

Log in or Sign up to answer