How can I add a new bug status?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jcgallardo
Posts: 12
Joined: 30 Mar 2016, 14:14

How can I add a new bug status?

Post 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
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: How can I add a new bug status?

Post by cas »

Read the admin guide, it is described there what it takes. You only did half the job till now :mrgreen:
Post Reply