Hello,
We need daily auto extract of data on Cloud version of JIRA. Is there a way for the same?
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.
Hi Petterson,
Thanks for the response.
Actually I need all the Tickets created in JIRA for all projects daily automation required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And that is required in CSV format at some location on local server
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.