How to add a new severity mantisbt

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
puneet.sharma
Posts: 4
Joined: 28 Mar 2017, 04:26

How to add a new severity mantisbt

Post by puneet.sharma »

Hi Support,

Can someone tell me the steps how i can add a New Severity in Mantisbt

I am using Centos 6.8

Please help

Puneet Sharma
Thanks
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to add a new severity mantisbt

Post by atrol »

Please use Search before posting and read the Manual
puneet.sharma
Posts: 4
Joined: 28 Mar 2017, 04:26

Re: How to add a new severity mantisbt

Post by puneet.sharma »

Thanks for your reply

Can you please suggest us the simple steps only.

For example i want to add severity as MEDIUM

please if you can help me it will realy appriciate

Many Thanks is advance

Puneet Sharma
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to add a new severity mantisbt

Post by atrol »

Did you have a look at the example for access levels?
It works the same way for severities, you have just to change the variable names.
Replace access_levels by severity.
Please use Search before posting and read the Manual
puneet.sharma
Posts: 4
Joined: 28 Mar 2017, 04:26

Re: How to add a new severity mantisbt

Post by puneet.sharma »

Thanks for your reply

need to create this file config_inc.php in /core ?

which file we need to put below things

// Remove Updater and add Senior Developer
$g_access_levels_enum_string =
'10:viewer,25:reporter,55:developer,60:senior_developer,70:manager,90:administrator';
// Give access to Senior developers to create/delete custom field.
$g_manage_custom_fields_threshold = SENIOR_DEVELOPER;

i see config_inc.php file is already under mantisbt directory
puneet.sharma
Posts: 4
Joined: 28 Mar 2017, 04:26

Re: How to add a new severity mantisbt

Post by puneet.sharma »

one more thing

How i can take Mantisbt backup

Please suggest
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to add a new severity mantisbt

Post by atrol »

puneet.sharma wrote: need to create this file config_inc.php in /core ?
You don't have to create the file, it does already exist.
Since version 1.3. it exists in subfolder config of your installation and in root folder if you are using version 1.2 or older ones.
Please use Search before posting and read the Manual
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to add a new severity mantisbt

Post by atrol »

puneet.sharma wrote: How i can take Mantisbt backup
https://mantisbt.org/docs/master/en-US/ ... ll.backups
Please use Search before posting and read the Manual
Post Reply