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.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Justin Palmer on 14 Aug, 2009 06:21 PM
Sorry for the late reply. Are you wanting tickets sorted by users and then sorted by priority for that user within the context of a milestone? I don't think you can do this through the API, but I can add it to the feature list.