I noticed that I can set the ticket as rejected if its previous state was resolved.
But if the ticket has not reached the resolved level (=80), it seems that I can't set the status as rejected (=85) directly. I have first to set it as resolved and then as rejected.
Search found 5 matches
- 20 Jan 2011, 13:08
- Forum: Help
- Topic: Problem when adding a custom bug status
- Replies: 5
- Views: 5842
- 12 Jan 2011, 10:08
- Forum: Help
- Topic: Problem when adding a custom bug status
- Replies: 5
- Views: 5842
Re: Problem when adding a custom bug status
I followed your advice but unfortunately it didn't solve the problem.
- 11 Jan 2011, 12:50
- Forum: Help
- Topic: Problem when adding a custom bug status
- Replies: 5
- Views: 5842
Re: Problem when adding a custom bug status
That was indeed my problem. Thanks a lot. :D
However, I now have another problem.
I can now set an issue as rejected, but depending on how I do it, the status is set to 'rejected' or 'resolved'.
1/ If I edit the issue, select 'rejected' from the drop down list and press the button 'update ...
However, I now have another problem.
I can now set an issue as rejected, but depending on how I do it, the status is set to 'rejected' or 'resolved'.
1/ If I edit the issue, select 'rejected' from the drop down list and press the button 'update ...
- 11 Jan 2011, 10:58
- Forum: Help
- Topic: Problem when adding a custom bug status
- Replies: 5
- Views: 5842
Problem when adding a custom bug status
Hi,
I want to add the status rejected to the list of status.
I followed the steps described in the Mantis documentation http://manual.mantisbt.org/manual.customizing.mantis.customizing.status.values.php
I created the file custom_constant_inc.php which content is:
<?php
define ( 'rejected', 85 ...
I want to add the status rejected to the list of status.
I followed the steps described in the Mantis documentation http://manual.mantisbt.org/manual.customizing.mantis.customizing.status.values.php
I created the file custom_constant_inc.php which content is:
<?php
define ( 'rejected', 85 ...
- 11 Jan 2011, 09:44
- Forum: Help
- Topic: custom status issue
- Replies: 5
- Views: 5724
Re: custom status issue
Hi,
I'm facing the same problem, did you find out a solution ?
Thanks
I'm facing the same problem, did you find out a solution ?
Thanks