Now that our new issue tracker has been live for a while, we would like to ask for your feedback, as well as give you a couple of hints about new features you may or may not have noticed.
Sorting
You can now sort your lists of issues on any of the active fields. Just click the header of the field you want to sort by, and an arrow will show up to indicate the sorting direction. Another click will reverse sort on the same field.

Advanced query
This is a powerful tool for narrowing down your list of issues. You can even make handy bookmarks in your browser for e.g. “Incoming issues”, “Open issues assigned to me”, or something more complex like “Issues targeted for version ‘2.0’, milestone ‘Beta 1’, where summary contains ‘[foobar]’”.
Here’s how:
In the issue tracker, click the “Query” button to bring up a page that asks you to add filters using the dropdown to the right. To create a query that returns “Open issues assigned to me”, you could add the following filters:

Clicking “Update query” provides you with a list of all new and open issues assigned to you. If you look at the URL for the resulting page, you can see that “?status=open&status=new&responsible=eirik” is appended at the end. This means that if you bookmark the results page in your browser, you can use that bookmark to quickly access “Open issues assigned to me” later on.
Remembering your query
After performing an advanced query, notice that a new button shows up:

Clicking the “Edit query” button brings you back to the advanced query page, with the filters from your previous query already set. From here, you can either click the “Remove” icon to the right of each filter to remove them, edit the content of each filter, or add new ones to update your query.
Also, after performing a query, and then clicking an issue in the results page, you will find a “Back to results” link, that brings you back to the list of results from your previous query.

Drilling down
Did you notice that you can click any value for e.g. Responsible or Type in the issues list? This is a really quick and efficient way to narrow down the list to only the bugs you’re interested in seeing. For instance, I often start with the full list of issues, click on my username in the Responsible-column, and then I see all issues assigned to me.

Another usecase for this is if you want to triage incoming issues, you can just open the full list of issues, click “New” in the State-column, and you’re left with a list of all un-handled - “New” - issues.
As with advanced queries, we save the choices you’ve made while drilling down the list of issues, so if you click an issue in the list to make changes to it, you can always click “Back to results” to go back to your drilled down list of issues. Clicking “Edit query” after drilling down a bit too far even lets you remove an un-wanted filter.
Milestone/Component/Version
We added three new fields to the tracker for this release. From the admin page for your repository, click “Issue Tracker Settings”. This brings you to a page where you can modify the contents of each field.
These fields give you the possibility to tune the tracker to your specific needs, and give large projects better granularity for issue tracking and handling.
Feedback:
We prefer to get feedback on the tracker either through our Google Group, or you can log enhancement requests and issues in our own tracker: http://www.bitbucket.org/jespern/bitbucket/issues/
Thanks :)