Start a conversation

Articles

  • FogBugz XML API: Event Codes

      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...

  • FogBugz XML API: Error Codes

      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...

  • FogBugz XML API: Email Correspondents

    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...

  • FogBugz XML API: Editing Cases

    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...

  • FogBugz XML API: Editing a Person

    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...

  • FogBugz XML API: Creating Elements

    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...

  • FogBugz XML API: Discussion Groups

    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...

  • FogBugz XML API: Checking the API Version and location

    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 ...

  • FogBugz XML API: BugzScout

    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...

  • FogBugz XML API: General Rules for API Requests

    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...