Report results export API
In order to export report to JSON, but I receive this error message:
{“error”:“You need to log in or sign up before continuing.”}
Why is it happening and what can i do to solve it? How can i log-in?
Another question - is there a good tutorial to automate the report export so it will be every week?
The error indicates that you execute the request without authentification. You can test the export from the browser you are logged in to Jira. It should be successful. If you execute the call from another environment or automate it, provide authentication information when making the API call. Please see our documentation page regarding that - Report results export API.
Unfortunately, we don’t have a tutorial regarding report export automation. However, for a weekly export into PDF, you can add the reports to an eazyBI dashboard and subscribe to scheduled email delivery. Please see more details here - Email subscription.