fogbugz-api

How to add a custom field to the Project administration page using the FogBugz plugin API?

I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can be edited immediately. My only other alternative would be to create a custom page with a form for associating the field specifically, but t...

Fogbugz: A way to pre-fill custom fields via HTTP post?

Greetings! Situation: We have a CRM system that generates unique customer IDs. Now we added a field "customer match code" to our Fogbugz cases, using the Custom Fields Plugin. In the CRM we have a button "Add case to customer" that launches a VB script to open a URL, ie. Fogbugz. Obviously, it would be nice to pre-fill the custom field...