Try to modify the contents of the "Severity" field when Mantis commits the bug, and modify the original content to a,b,c ... Grade:
- Look for the $g_severity_enum_string field in the mantis/config_defaults_inc.php file and modify its contents to: $g _severity_enum_string = ' 10:a,20:b,30:c, 40:d,50:e ';
- Look for the $s_severity_enum_string field in the Mantis/lang/strings_chinese_simplified.txt file and modify its contents to: $s _severity_enum_string = ' 10:a,20:b,30:c,40:d,50:e ';
- Look for the $g_default_bug_severity field in the mantis/config_defaults_inc.php file and modify its contents to: $g _default_bug_severity = TEXT, so when a new bug is submitted, The default bug severity is C level. The definition of text in file mantis/core/constant_inc.php
- When you enter mantis to submit, view, and modify bugs, the bug severity becomes the a.b.c,d,e level.
Mantis modifying the contents of the Severity field