We currently have a project that contains about 10k issues. I would like to know a way on how to export all of these issues to an excel file.
The currently implemented export to excel only exports the first 1000 of them without giving you a way to select (bulk select) the issues you would like to export in order to export, say, 10 different files containing 1k issues each.
This is what we want to do: Not bypass the 1k limitation (if this is possible, we could use it
, but a way to export different issues multiple times in order to export all the 10k of them.