Hi,
I am building a calendar plugin for FogBugz. One of the items displayed on the calendar is uncompleted milestones. When the user clicks on a milestone, I want to show all of the associated cases in the List Cases page. I would like to do this all from the URL (so I can throw it in an href) rather than saving a custom filter because then I have to hard-code the filter index. Something like the following would be great:
http://[your_fogbugz]/default.asp?pgx=[something]&ixFixFor=[ixFixFor]
Is this possible? Thanks, Ian