How do I see tickets for a given milestone, in proper priority order?
I am trying to fetch all of the tickets in a given milestone using the API. I’d like to show them in the same priority order that they are shown on the Milestone page in Lighthouse. Since the API doesn’t send along tickets in the milestone’s XML payload, I am trying to fetch them using the following Ticket parameters: milestone:”Name of Milestone” state:open sort:milestone-priority This gives me the tickets in that milestone, but no matter what I put for the “sort” param, it NEVER matches the order that shows in Lighthouse’s milestone page. This problem exists regardless of whether or not I’m using the API… but it’s only relevant in that case.