Mass Resolution woes

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
shaitan
Posts: 6
Joined: 18 Jun 2007, 19:43

Mass Resolution woes

Post by shaitan »

I am having an issue when I am trying to mass-resolve a bunch of issues. I have added some custom statuses to Mantis and when I try to mass-resolve from the issue "Hold" I get the error "This issue cannot be changed to the requested status".

My workflow allows for an issue to go from "Hold" to any other status as seen below and in my configuration I have "Status where an issue is considered resolved" is set to "Test Complete". I would have thought that if I changed the issues to anything above "Test Complete" it would automatically give me the option to resolve it there as well.

I was able to resolve it if I went from a status such as "Confirmed" which is below "Test Complete" and allows for the transition to "Test Complete".

What my main goal is to be able to set a bunch of issues to the resolution of "suspend" when I set it to "Hold". I really would prefer it to not automatically change the status when setting the resolution.

Here are my statuses
'10:New,20:Reopen,30:Confirmed,40:In work,50:Ready for retest,80:Test complete,90:Closed,95:Hold';

Here is my workflow:
array (
10 => '30:Confirmed,40:In work,50:Ready for retest,90:Closed,95:Hold',
20 => '30:Confirmed,10:New,40:In work,50:Ready for retest,90:Closed,95:Hold',
30 => '40:In work,10:New,20:Reopen,50:Ready for retest,80:Test Complete,90:Closed,95:Hold',
40 => '50:Ready for retest,10:New,20:Reopen,30:Confirmed,80:Test Complete,95:Hold',
50 => '80:DVC Test Complete,10:New,20:Reopen,30:Confirmed,40:In work,90:Closed,95:Hold',
80 => '90:Closed,10:New,20:Reopen,30:Confirmed,40:In work,50:Ready for retest,95:Hold',
90 => '20:Reopen,10:New,80:Test Complete,95:Hold',
95 => '30:Confirmed,10:New,20:Reopen,40:In work,50:Ready for retest,80:Test Complete,90:Closed',
)

Using mantis 1.1.1
Post Reply