Has anyone had luck with removing large amount of issues from a jira database instead of using the frontend? Deleting 60000 issues with the bulktools is not really feasible.
Last time I tried it, the jira went nuts because of its own way of doing indexes.
We got gutsy and did a truncate on the jiraissues table and then use the rebuild index feature on the frontend. It looks like it’s working!