Search code examples
fogbugz-api

Get a case's milestone using Fogbugz API


Is there any way to determine what milestone a case is under?

I have looked through the API and the case XML structure and there does not seem to be any way to match up cases and milestones.


Solution

  • Found a work around.

    Get all milestones in the project. Do a search - 'status:Active milestone:"Milestone 1" project:"72"'

    Returns a list of all cases with that milestone.