Start a conversation

Articles

  • Frequently Used APIs

    Information View a Case This API is a limited view of a FogBugz case, intended for use by Bot Users. Query Parameters ixBug (required) token (required) HTTP Request POST https://apisandbox.fogbugz.com...

  • FogBugz XML API: Star/Unstar Using API Token

    Overview This article explains how to star or unstar an item, wiki, or discussion using the API Token. The star and unstar commands are only available with Version 8.2+ of the API. Steps To carry out ...

  • Get an API Token using FogBugz API commands

    Overview Before executing any FogBugz API command, a token will be needed for authentication. This article describes how to get an API token using FogBugz API commands. The method described here will ...

  • Different Opaque String Response When Login Using API Token

    Audience: Agent and Administrator What is it? There are many responses to different API commands like Failed, Success, Ambiguous. Who will use it? Only Admin and Normal users without 2FA enabled are a...

  • BugzScout for Automatic Crash Reporting

    Overview The scoutSubmit API endpoint of the BugzScout feature allows you to send bugs directly and easily to FogBugz by submitting an HTTP POST request (GET is also supported but not recommended) fro...

  • Exporting Case Comments and Attachments with FogBugz API

    Overview You can export all case comments (not just the last comment) and export all case attachments (including direct links to the attachments) using the FogBugz API. We have provided also a sample ...

  • Using the FogBugz XML API to Import Tasks from Excel

    Overview You may have a large number of tasks that you want to import to FogBugz. You can do it by using the FogBugz XML API as described below. Prerequisites Ensure that Wget is installed in the syst...

  • Using JSON with the FogBugz API

    Overview FogBugz API provides also a JSON interface where you can send requests and receive responses in JSON format. For complete documentation on supported commands and arguments, please see our XML...

  • View and Update Custom Fields with the XML API

    Overview Custom Fields (and Other Plugin Data) can be read (viewed or listed) and updated (edited) using FogBugz API in the same way as standard FogBugz fields. The key is how to find out the custom f...

  • Access Custom Fields and Other Plugin Data with the JSON API

    Overview You can get and set plugin values (Custom Fields plugin or another such as Project Backlog or Kanban) on cases if you know their super-secret (long) name. You can get values if you only know ...