Custom SEVERITY for one project

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
melinm
Posts: 1
Joined: 10 Feb 2012, 11:08

Custom SEVERITY for one project

Post 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
Post Reply