1

1

My client is about to implement FogBugz for all bugs and feature requests. Is there a way to have items entered by staff members to be queued up for an office admin to assign priority levels before notifying the development staff?

flag

1 Answer

3

You could write a plugin that forced all new cases to be assigned to the office admin, although I'd recommend against it (this means the devs themselves won't be able to use the tool to make cases for themselves).

You could probably install the workflow plugin and force new cases to be assigned to the office admin (same problem as my first suggestion).

You could have staff members submit all cases via email which you can then route through the Inbox and allow the office admin to manage the inbox (or another project).

You could create an html page that forced new cases to go to the office admin.

Or you could just ask people to assign new cases to the office admin so he/she could assign priority levels (my suggestion).

link|flag
Thanks Micheal - Currently I'm the only developer here and any tasks need to be evaluated and prioritized higher up. I'll take a look at the workflow plugin. If that doesn't suit, we'll use the last option. – Rob Allen Nov 18 2009 at 20:17

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.