2

1

We'd like to randomly distribute enquiries that come to a particular email address throughout our team. I realise we could assign them to a virtual user, but I'd like them to be assigned to a specific person, having that person chosen randomly (or in sequence).

I looked at the new workflow plugin but couldn't see suitable settings there. We'd be open to writing something custom if that's what it takes to make this happen.

We're using FogBugz on Demand.

flag
Anyone can submit their plugins for availability on On Demand... – Michael Pryor Jan 22 2010 at 1:30
In the end we wrote a custom application that uses the FogBugz API to assign cases to our employees. – Paul F Feb 5 2010 at 17:02

2 Answers

2

Sure, you could do this with a plugin. On commit, you could select from a bunch of people and change the assignment (or even add a virtual user called "up for grabs" and if your plugin saw that come in, would pick someone from the list).

link|flag
Thanks Michael. I will speak to the team about developing a plugin. If we write it, will you be able to make it available so we can use it with On Demand? – Paul F Jan 21 2010 at 15:38
Yup, so long as it has no gaping security holes. fogbugz.stackexchange.com/questions/1144/… – Jude Allred Jan 22 2010 at 20:36
1

I like Michael's answer - that is a great idea for a plugin.

(This is just the kind of thing i suspect the plugin architecture was meant for.)

link|flag

Your Answer

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