Change severities list for one project but not for the other

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
kinetic
Posts: 2
Joined: 04 Feb 2007, 20:52

Change severities list for one project but not for the other

Post by kinetic »

Hi,
I would like to show different severities list, according to the project on which I work.

Is there any variable like "projet_name" which I can put in my code :
if $project_name="myproject" { ... }

Thanks by advance
Nicholas
matto
Posts: 13
Joined: 31 Jan 2007, 18:49

Post by matto »

you can use the following to get the project id number and use that in a switch statement.

$p_project_id = helper_get_current_project();
Post Reply