default => 1
},
- {
- name => 'defaultpriority',
- type => 't',
- default => 'P2',
- checker => \&check_priority
- },
-
{
name => 'musthavemilestoneonaccept',
type => 'b',
default => 0
},
+ {
+ name => 'defaultpriority',
+ type => 't',
+ default => 'P2',
+ checker => \&check_priority
+ },
+
{
name => 'defaultseverity',
type => 't',
"If off, then all $terms.bugs initially have the default " _
"milestone for the product being filed in.",
- defaultpriority => "This is the priority that newly entered $terms.bugs are set to.",
-
musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _
"the milestone be set in order for a user to ACCEPT a ${terms.bug}?",
usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _
"$terms.bugs an easy-to-remember name by which you can refer to them?",
+ defaultpriority => "This is the priority that newly entered $terms.bugs are set to.",
+
defaultseverity => "This is the severity that newly entered $terms.bugs are set to.",
defaultplatform => "This is the platform that is preselected on the $terms.bug " _