How to make Severity,Priority fields mandatory

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
lshankar_mca
Posts: 2
Joined: 09 Apr 2011, 04:44

How to make Severity,Priority fields mandatory

Post by lshankar_mca »

Hi,

I want to make Severity, Priority fields as mandatory fields while reporting an bug.
Please help me in how to make the above fields mandatory.

Thanks in advance.

Shankar.L
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to make Severity,Priority fields mandatory

Post by atrol »

You have to write a custom validation function custom_function_override_issue_create_validate
http://docs.mantisbt.org/master/en/admi ... CS.EXAMPLE
Please use Search before posting and read the Manual
nourdine
Posts: 9
Joined: 04 Aug 2011, 08:39

Re: How to make Severity,Priority fields mandatory

Post by nourdine »

Hi

Please where to put this code in order to change default values which are not mandatory to mandatory, why we must modify a code, there is no option to activate on UI, I think it is very logique.
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to make Severity,Priority fields mandatory

Post by atrol »

nourdine wrote:Please where to put this code in order to change default values which are not mandatory to mandatory,
custom_functions_inc.php
nourdine wrote:why we must modify a code
You don't have to modify code, you have to write your own code
Please use Search before posting and read the Manual
Post Reply