How to display entries sorted by taxonomy?

I have successfully created:

1. A submission form to create Custom Posts with hierarchical taxonomy.
2. A Dynamic Custom Display listing all the entries and linking to single entry pages.

So far so good, but I how do I display the entries so that they are filtered by taxonomy category, rather than displaying the entire list of entries?

This could be done the same way we are filtering this bugs list: http://demo.formidablepro.com/view-bugs/

We have a hard-coded navigation menu with links like: http://demo.formidablepro.com/view-bugs/?status=Open
Then in our custom display we have a "where" option that tells the page to only display entries where our status field matches the status parameter in the URL. So ?status=Open tells the custom display to only show entries where status is equal to "open"

would this method work for you?

Thanks, Steve. Useful info.

Topic closed.