it is not possible to create new ContextTypes;
to enable I've altered code in ContextType.php:
comment lines 39 and 40:
#public $_noDelete=true;
#public $_noCreate=true;
alter line 53:
private static $_fieldsAttributes=array("name"=>"required", "description"=>"required");
regards
just disregard this post - mea culpa - I thought it woud be easy to implement new context types (test cases, tickets), but application logic makes it usesless
Yes,
Tickets can display only 3 contexts, one of each type, so there is no need to add a contaxt type.
You cvan (and should) only change name of context type to change its meaning.