View Issue Details

IDProjectCategoryView StatusLast Update
0010452mantisbtcustomizationpublic2017-01-31 04:05
Reportersgadamsetty Assigned Toatrol  
PrioritynormalSeverityblockReproducibilityN/A
Status closedResolutionno change required 
PlatformWindows, Apache, MySQLOSWindows XPOS VersionWindows XP
Product Version1.1.6 
Summary0010452: Can i change the values of Status enum values?
Description

Hi,

As per my project requirement, I have to change the constant values of status values as follows and please let me know the possibilities & also what and where to change.

Current vlues:
NEW - 10
FEEDBACK - 20
ACKNOWLEDGE - 30
CONFIRMED - 40
ASSIGNED - 50
RESOLVED - 80
CLOSED - 90

NEW VALUES:
NEW - 10
FEEDBACK - 20
ASSIGNED - 30
ACKNOWLEDGE - 40
RESOLVED - 50
CONFIRMED - 80
CLOSED - 90

STATUS TO CONSIDER THE BUG RESOLVED - CONFIRMED
STATUS TO SET THE BUG READONLY - CLOSED

Typical bug lifecycle i am looking - New --> assigned --> acknowledged --> resolved --> confirmed --> closed

I tried to change the values in config-defaults-inc.php and constatns-inc.php files, change the values of existing bugs thru backend but not sure why it is not reflecting the workflow and reports in properway.

Need help on this regards.

Thanks & Regards
Sreedhar Gupta

TagsNo tags attached.

Activities

vboctor

vboctor

2009-05-06 00:08

manager   ~0021780

Checkout the following topics in the manual:
http://www.mantisforge.org/dev/manual/en/administration_guide/x2248.html
http://www.mantisforge.org/dev/manual/en/administration_guide/x2187.html

sgadamsetty

sgadamsetty

2009-05-06 10:31

reporter   ~0021784

Hi,

Thank you for response.

From the links you provided, i understood that we can add new Status values and then customize the workflow. I tried by altering the constant values in Constants_inc.php, parameter g_status_enum_string in config_defaults_inc.php file and then workflow thresholds and workflow transitions but no luck.

I modified the status values at backend as per new workflow i wanted to define but no luck.

BTW, is the default values hard coded in pages like, bug management and report printing pages?

Thanks & Regards
Sreedhar Gupta

atrol

atrol

2017-01-18 14:00

developer   ~0055212

sgadamsetty,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).