vote up 1 vote down star

I want to replace the 'client' field text box in fogbugz when you edit a case to be a drop down instead populated from a separate web service that will keep the client options up to date in our fogbugz. Is this possible? Will the choice they select in the drop down be able to save the same way it would if they had typed it into the text box?

flag

47% accept rate

2 Answers

vote up 1 vote down

If you are on Windows, email us at http://contact.fogcreek.com and get on the FogBugz 7 beta which has the ability to do this with plugins (instead of GM) or even, just with a custom field.

link|flag
@Michael Pryor: This answer is not spam IMHO, as it was a question about this product, and since the version you highlight addresses the question. However, it would be even less spam if you were to edit the answer to include an example of how to do what he wants using the beta. – John Saunders Jun 27 at 18:28
Huh, what are you talking about? – Michael Pryor Jun 29 at 1:04
vote up 0 vote down

An off-the-cuff answer:

Yes. For a first pass, you can implement it by creating the drop-down list on the side, populating it with a GM_xmlHttpRequest, and adding a "onchange" action listener to the drop-down list, which will populate the textfield with the relevant information from the drop-down. This ensures that fogbugz sees exactly what it wants, in exactly the way it wants to see it.

link|flag

Your Answer

Get an OpenID
or

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