I see how to do an export from the UI on-demand, but I need to do a daily export of selected FEATURE records to sync to another system, via GSheet.
Hi @Jeffrey Lyons are you familiar with the free add on Jira cloud for sheets. We use this for a lot of our reporting. You set up your query of what you want to pull into sheets and there is a setting to schedule it to update. Not aware of an automated save to CSV but it can be downloaded as a CSV
THIS is a much better answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Lynne Ratcliffe through your link I found Jira Cloud for Excel !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’ve linked your suggestion to a related feature request, which counts as an upvote for this ticket:
https://jira.atlassian.com/browse/AUTO-241
Cheers,
Charlie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jeffrey Lyons and @Mark Segall ....
Well, you could use the Web Request action to make a POST to somewhere on the Internets, and you could schedule that to run against a JQL query against your FEATURE project every day.
The problem would be that I'm pretty sure Google GSheets and Drive's APIs require more complicated authentication than can be done with Web Requests (which are limited to Basic Auth in headers).
So what I guess I'm saying is that another alternative would be to try and find or create a service that can "receive" data from an Automation POST, and "feed" it to Google, and this would at least alleviate you from having to program to the the Jira API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeffrey Lyons - Natively, this simply isn't possible. You would need to do some custom development for this leveraging the API.
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.