I do some integration with other apps using javascript and love the ability to get at the fields of a case in the goBug javascript object. How do I get my plugin's fields added to it?
Feature request: FogBugz automatically includes plugin bug-join fields in goBug as they are in the XML API.
Workaround: How can I use IPluginStaticJS to add javascript to the page that shoves my data right into goBug (for convenience. I could always just create my own object)?