vote up 1 vote down star

Has anyone had luck with removing large amount of issues from a jira database instead of using the frontend. Deleting 60.000 issues with the bulktools isnt really feasible.

Last time i tried it, the jira went nuts because of its own way of doing indexes

flag

2 Answers

vote up 3 vote down

How about doing a backup to xml, editing the xml, and reimporting?

link|flag
I have had success with this method, but never had the guts to try SQL on their schema. – dacracot Oct 14 '08 at 15:26
The backup takes quite a while too, but this might be a usable idea – svrist Oct 14 '08 at 15:58
vote up 2 vote down check

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!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.