Issue Details (XML | Word | Printable)

Key: JRA-8357
Type: Improvement Improvement
Status: Open Open
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Kevin Wilson
Votes: 13
Watchers: 10
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Sort Watched Issues List and Votes List Columns

Created: 27/Oct/05 04:12 PM   Updated: 16/Sep/09 08:20 PM
Return to search
Issue 25375 of 63008 issue(s)
<< Previous | JRA-8357 | Next >>
Component/s: Issue navigator, Voting
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Cloners
 
Duplicate
Reference
 

Participants: Anton Mazkovoi [Atlassian], Christiaan des Bouvrie, John M. Black, Kevin Wilson, Ryan, Scott Farquhar [Atlassian] and Sergiy Lizenko (ILS-Ukraine)
Since last comment: 35 weeks ago
Labels:


 Description  « Hide

In the issue navigator you can click on the column heading to resort the list but you cannot do the same in your watched issues list.



Kevin Wilson added a comment - 27/Oct/05 04:20 PM

You can add the Votes list (since it is likely the same view) to this request as well.


Anton Mazkovoi [Atlassian] added a comment - 05/Jan/06 03:14 AM

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.


Scott Farquhar [Atlassian] added a comment - 15/Oct/06 08:45 AM

Once we allow these as fields and then on the issue navigator, then we'll be able to do this pretty easily.


Sergiy Lizenko (ILS-Ukraine) added a comment - 12/Nov/07 03:20 AM

Scott,
Once you will allow to filter by votes/watches, I won't need "My Watches" and "My Votes" screens at all, as well as "My Watches" and "My Votes" portlets, which are developed to address this lack of filtering functionality.

If you will do make that, you can cancel maintaining "My Watches" and "My Votes" portlets/harcoded screens.
People will use standard Show Saved Filter portlet and Issue Navigator.
I think this a good argument to make votes/watches as fields
Cheers,
Sergiy.


Ryan added a comment - 26/Nov/07 02:55 PM

Please do this. Right now there is no way to bulk select a group of resolved issues that you are watching and stop watching them.


Christiaan des Bouvrie added a comment - 15/Feb/08 09:44 AM

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,
Christiaan


John M. Black added a comment - 04/Jun/09 11:58 AM

This should really be a duplicate of JRA-5383.


Anton Mazkovoi [Atlassian] added a comment - 05/Jun/09 05:23 PM

Not really, JRA-5383 is about allowing to bring this issues up in issue navigator or using a saved filter so one can do e.g. statistics on the results.


John M. Black added a comment - 05/Jun/09 06:49 PM

Yes, but by implementing watches as a query, you thereby enable standard sorting, and it solves both problems.


Anton Mazkovoi [Atlassian] added a comment - 08/Jun/09 11:41 PM

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.