I would like to get all the issue data (including whole worklog: who,when, how much hours) to export in JSON format. It would be nice to have it for all selected issues.
We are using the cloud version. I have read the article: https://confluence.atlassian.com/jirakb/how-to-export-jira-application-issues-to-json-779160777.html
@Laszlo Mitnyik you can use the REST API: https://docs.atlassian.com/jira/REST/cloud/
A request like this will give you all the worklog data for all issues in a project:
https://example.atlassian.net/rest/api/2/search?query=project=DEMO&fields=worklog
As the article says, you'll need to contact Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.