I am trying to export all ticket history to excel. I've used a basic jql search "created <= now() ORDER BY created ASC" and seem to only get 1001 tickets no matter what search criteria I use. Appreciate any help you can offer, thank you!
Hi @Atkins, Carol ,
I would like to suggest you use this Excel add-on created by Atlassian and it is free.
You can get 5000 rows at once and it is very easy to use.
If you have more than 5000 issues, you need to break your query up into smaller fragments
E.g. only export a subset of projects, and in the next query another subset or first only export tasks, then stories, etc.
Good luck!
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.