How to customize the "Resolution" list?
Posted: 16 Nov 2013, 13:30
Hello moderator!
I have customized the statuses of MantisBT.
$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:disputed,70:committed,75:failed,80:resolved,90:closed,100:rejected';
Now if I change a status of a bug to 'rejected',resolution list is also shown just like 'resolved' and 'closed'. The customized status 'rejected' means the submitted issue is rejected to be fixed,and the issue is closed.
So there is only one value,"won't fix",should be listed in "Resolution" list to 'rejected',other values are redundant.Can I modify the "Resolution" list to 'rejected',but keep those to 'resolved' and 'closed' not to be changed?
I have customized the statuses of MantisBT.
$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:disputed,70:committed,75:failed,80:resolved,90:closed,100:rejected';
Now if I change a status of a bug to 'rejected',resolution list is also shown just like 'resolved' and 'closed'. The customized status 'rejected' means the submitted issue is rejected to be fixed,and the issue is closed.
So there is only one value,"won't fix",should be listed in "Resolution" list to 'rejected',other values are redundant.Can I modify the "Resolution" list to 'rejected',but keep those to 'resolved' and 'closed' not to be changed?