|
We should do this by indexing the watchers and voters of an issue and then using Lucene to find ones voted for and watched issues. As the Lucene code can do the sorting we will get it for free. The added benefit is that it will be possible to search issues using vote and watch information. Once we allow these as fields and then on the issue navigator, then we'll be able to do this pretty easily. Scott, If you will do make that, you can cancel maintaining "My Watches" and "My Votes" portlets/harcoded screens. Indeed, most of the time you don't want "resolved" issues to be included in the "my watches" list, so you either want to bulk unwatch them or change the filter as such that resolved issues are not included. kind regards, This should really be a duplicate of Not really, Yes, but by implementing watches as a query, you thereby enable standard sorting, and it solves both problems. Well, we would still need to change the pages that list your watched and voted issues to use the searching code. This is not currently planned at the moment. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You can add the Votes list (since it is likely the same view) to this request as well.