Hello I am trying to export a JIRA to Excel regularly using a crontab.I can do it manually using JIRA UI to change the view and export to excel However I want to know is there any way to automate it. I mean can we have a subscription for filter to have a custom view (in mycase subscribe excel view of filter) . I saw a wget command that can do the export using crontab but that did not work If someone can help giving me the proper command that would be great
I'd go with something like
wget -O myfile.xls --ignore-length=on http://localhost:8080/sr/jira.issueviews:searchrequest-excel-all-fields/<filter_id>/SearchRequest-<filter_id>.xls?tempMax=1000&os_username=<username>&os_password=<password>>
Or you can just refer to this link for some cool examples: https://confluence.atlassian.com/display/JIRACOM/Automating+JIRA+operations+via+wget
You can do this totally in JIRA (instead of an external cron job): use the Better Excel Plugin to export your data and then use the Excel Automation Plugin to set up an export automation rule with a cron trigger.
Here is a full tutorial: http://www.midori-global.com/products/jira-better-excel-plugin/documentation/automation
jira-excel-automation-rule.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.