It seems like a nice thing to respect the "sticky" flag within a project issue queue for situations like #784900: *** PROJECT UPDATE ON BARTIK *** (especially http://drupal.org/node/784900#comment-2909466 ).

It seems the default views don't respect it just yet.

Comments

dww’s picture

The problem is that the views work via table sort. So, it's not clear how to respect sorting first by sticky, then by whatever the currently active tablesort is.

The sort order is also slightly complicated by the fact that if you have an active search term, we default to sorting by the search relevance. There's some magic there.

Anyway, sticky is tricky... ;)

mikey_p’s picture

Seems like anytime you search sticky would no longer apply to the sort. As for any tablesort or otherwise, I think just having the sticky reflected in the default sort, when landing on the issues page for a project would be an improvement.

EvanDonovan’s picture

I agree with mikey_p's suggestion.

dww’s picture

Status: Active » Closed (duplicate)