Search found 6 matches

by mbelley
23 Oct 2006, 13:55
Forum: Customizations
Topic: Is it possible to force Add Note on Resolve issue?
Replies: 1
Views: 5343

Is it possible to force Add Note on Resolve issue?

Forcing Add Note on Resolved is a feature(config) that can be usefull to keep track on action done by a developer when he resolved issue nnn

Thanks
by mbelley
15 Sep 2006, 13:52
Forum: Customizations
Topic: Give access to lower level user to add project version
Replies: 2
Views: 6789

Here we do not have a scédule for new version # but we use evrsion namming to get most possible standard number. We assumed that developpeur are able to add version where issue was resolved in product.

I integrated and customized this very Mantis bug tracker here at http://www.beunik.com/. With ...
by mbelley
14 Sep 2006, 16:47
Forum: Customizations
Topic: Give access to lower level user to add project version
Replies: 2
Views: 6789

Give access to lower level user to add project version

Does it have a solution to give e.g. reporter access to add version in proget without having access to other progect properties?
by mbelley
01 Sep 2006, 20:06
Forum: Customizations
Topic: Administrator workfow
Replies: 0
Views: 3983

Administrator workfow

I would like to know if it's possible to get an administrator workflow (no restriction).
by mbelley
15 Mar 2006, 17:09
Forum: Customizations
Topic: Permission to change "Assign To" when i change to
Replies: 0
Views: 4466

Permission to change "Assign To" when i change to

Here is code from "bug_change_status_page.php" file on line 135
i changed condition "if ( ( $t_resolved > $f_new_status )" for "if ( ( $t_resolved >= $f_new_status )". This code update give developer acces to change "Assign To" user when changing Issue Status to RESOLVED. Thos it have a better way ...
by mbelley
14 Mar 2006, 19:26
Forum: Customizations
Topic: Status workflow by access level
Replies: 0
Views: 4492

Status workflow by access level

Is ist possible to create different workflow by access level (using custom function).
e.g.
Administrator: = No workflow
Manager
# $g_status_enum_workflow[NEW_]='20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved';
# $g_status_enum_workflow[FEEDBACK] ='10:new,30:acknowledged,40 ...