FogBugz XML API: Marking as Viewed


Follow

Overview

Cases marked as “viewed” will appear to be visited links in the FogBugz UI.

Steps

To mark or unmark a case as viewed, send cmd=view. The available arguments are:

ixBug – required.

ixBugEvent - If supplied will only mark the case as being “viewed” up until this bugevent. If omitted, it will mark the case as being viewed up to the latest bugevent. To mark a case as unread, use ixBugEvent=1.

See also the full XML API documentation.