Page 1 of 1

Removing resolved/closed isssues without notes.

Posted: 03 Nov 2016, 13:18
by bokkepoot
Hi,

using mantis 1.3.2, due to some configuration issues we had e-mail imports into mantis which resulted in a large number of issues being created.

There's no need for these issues, so rather than having them in a closed state, i'd like to (mass) delete these issues. The distinguishing charateristic is that they have -no- note attached to them. They have just been closed/resolved without any comment. Considering that i can't sort in the UI on number of notes, is there a different way to mass delete these things ?

tia,
Jan.

Re: Removing resolved/closed isssues without notes.

Posted: 03 Nov 2016, 14:13
by atrol
Ordering by "Date submitted" might help, assuming there was just one run to import the issues.

Re: Removing resolved/closed isssues without notes.

Posted: 07 Nov 2016, 10:15
by bokkepoot
Alas, the empy issues are intermixed with regular ones. I suppose I could find out what the non-used bug_id's are from mantis_bugnote_table, and feed those through a delete process.

Thanks though,
Jan

Re: Removing resolved/closed isssues without notes.

Posted: 06 Dec 2016, 08:04
by bokkepoot
Ah, and on further digging, my problem would be solved with the patch/idea from the bugtracker #0012422, "0012422: Patch: sort by bugnotes count".

I'll dig through that a bit.

- Jan