Page 1 of 1

Custom SEVERITY for one project

Posted: 10 Feb 2012, 11:12
by melinm
hi,

I'm trying to customize priority for only one project. I need to delete some standart SEVERITY.
How can i do that?

In matisBT, on manage configuration, i add:
USER: All users
PROJECT NAME: MYPROJECT
CONFIGURATION OPTION: severity_enum_string
TIPE: complex
VALUE: array (
10 => 10,
50 => 50,
80 => 80,
)

but when i try to report an issue, the SEVERITY list was empty

Thanks