Start a conversation

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=editFixFor.
  • To list a specific discussion, send cmd=listDiscussion. The arguments available are listed below:
    • ixDiscussGroup
    • fFull – to list every post use fFull=1, for just main topics use fFull=2.
    • m – month, omit for current month
    • y – year, omit for the current year
      Example:
      ?cmd=listDiscussion&ixDiscussGroup=1&fFull=1&m=2&y=2007
  • To list a discussion topic, send cmd=listDiscussTopic. The available argument is ixDiscussTopic.

For more information, refer to the complete XML API documentation for FogBugz.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments