Search found 4 matches

by tmcomp
19 Jun 2007, 15:23
Forum: Help
Topic: Diferent workflow for diferent categories
Replies: 4
Views: 4467

Thanks for the help - I hadn't noticed that any of those menus were dependant on the currently selected project.
by tmcomp
19 Jun 2007, 11:09
Forum: Help
Topic: Diferent workflow for diferent categories
Replies: 4
Views: 4467

Can you tell me how to do this - whereabouts in the manual is the information even?
Thanks.
Tom
by tmcomp
19 Jun 2007, 10:51
Forum: Help
Topic: Help with requireing a user to enter a bugnote
Replies: 3
Views: 4316

You should be able to do it with a custom function (see manual
http://www.mantisbugtracker.com/manual/manual.customizing.mantis.custom.functions.example.custom.function.php
)

You can use the same idea as that function, but put in a custom for the status changes into custom_functions_inc.php
(name ...
by tmcomp
19 Jun 2007, 10:08
Forum: Help
Topic: Diferent workflow for diferent categories
Replies: 4
Views: 4467

Diferent workflow for diferent categories

Has anyone configured mantis up to have a different workflow for different categories?

What I want to do is to have, say, two categories
1) Live bug fix
2) internal development

For the Live category, a full workflow needs to be followed, taking the bug from e.g.
new -> accepted -> assigned ...