Search found 3 matches

by Rotiart
28 Nov 2022, 10:16
Forum: Help
Topic: Automatic change of status on reply
Replies: 4
Views: 3021

Re: Automatic change of status on reply

Thanks! I'll probably have fun with the next update, haha
by Rotiart
24 Nov 2022, 09:50
Forum: Help
Topic: Automatic change of status on reply
Replies: 4
Views: 3021

Re: Automatic change of status on reply

Sorry, totally got caught up in the code and forgot to reply.
Via
/**
* Status to assign to the bug when assigned.
* @global integer $g_bug_assigned_status
*/
$g_bug_assigned_status = YOUR_CUSTOM_STATUS

and

/**
* Status to assign to the bug when assigned.
* @global integer $g_bug_assigned ...
by Rotiart
16 Nov 2022, 15:29
Forum: Help
Topic: Automatic change of status on reply
Replies: 4
Views: 3021

Automatic change of status on reply

Hi All,

I've recently started working with Mantis (Version 2.25.5) and configured it in a way so that it's easier for our clients and developers (who are not used to a tool like this) to work with.

That included creating custom "Status" levels.

Our workflow is as follows:
New -> Assigned -> In ...