Overview Certain XML calls return an Event Code, which provides additional information on what the event is about. Any FogBugz user requesting the XML API will receive a similar response. Informatio...
What is it? Sometimes, the XML API will return an error with a code attached. With this list, you can better comprehend what the error is about and take proper action. Audience: Customer Facing Info...
Overview Manage the list of email addresses that FogBugz auto-completes when you enter a Correspondent in a case. Step-By-Step Guide To add an Email Address, send cmd=addEmailAddress. The available ar...
Overview: Each of the following commands accept “ixPersonEditedBy” and “dt” parameters from Site Admins to enable accurate imports with the API. Note that setting ixPersonEditedBy when using the comma...
Overview: With this command, you can easily edit a person through the XML Api. Audience: Customer Facing Information. Step-By-Step Guide: To edit a Person, send cmd=editPerson. It's the same as cmd=ne...
Overview Creating elements with the FogBugz API is very simple and powerful. Just follow the instructions below to create any of the available elements. Information Project To create a new Project, se...
Overview This article describes the step-by-step process to list the available discussion groups and topics using the FogBugz API. Step-By-Step Guide To list all readable discussion groups, send cmd=e...
Overview These are the general instructions for using the API, the API is designed to be based on a single endpoint, and from there with a cmd parameter, you can input the desired actions. Audience ...
Overview The BugzScout cases can be accessed through the XML API. This will help the user to list Scout Cases. Step-By-Step Guide To list Scout cases, send cmd=listScoutCase. Use the following argumen...
Overview Here, we have some general rules and best practices for your FogBugz API Requests. All of them are important to keep in mind if you are using the API to communicate with your FogBugz data. In...