FogBugz XML API: Milestone Dependencies


Follow

Overview

With this API Command, you will be able to create or remove dependencies of one milestone upon another.

Steps

  1. To create a dependency, send cmd=addFixForDependency. The available arguments are ixFixFor and ixFirForDependsOn.
  2. To remove a dependency, send cmd=deleteFixForDependency. The available arguments are ixFixFor and ixFirForDependsOn.

See also the full XML API documentation.