Page 1 of 1

How can I add a new bug status?

Posted: 15 Dec 2022, 12:50
by jcgallardo
Hi, I want to add a new bug state, for example, 70:discarded. Is possible? how can I do it?

I saw that I have the $s_status_enum_string enumerated in the lang files.

$s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';

I have added my new state in the lang file (in my case: strings_spanish.txt) but I don't see the new state in state transition page ...

Can anyone help me?

Thanks in advance

Re: How can I add a new bug status?

Posted: 15 Dec 2022, 20:21
by cas
Read the admin guide, it is described there what it takes. You only did half the job till now :mrgreen: