Community
Participate
Working Groups
I have a number of bugzilla queries; when I come to work in the morning some of them are updated - there are unread bugs; I want to press a button like 'sync all' in Task List toolbar so only unread bugs are shown.
Pressing the "Focus on Workweek" button in the Task List will (nearly) achieve this as it will display all incoming and scheduled tasks. This should help somewhat. We could add an additional filter button that does as you suggest though whether Focused or not. What are your thoughts on this Mik?
Rob, we should handle this using models and provide model that would show unread/changed/conflicting tasks.
(In reply to comment #2) > Rob, we should handle this using models and provide model that would show > unread/changed/conflicting tasks. Sounds interesting, I'll add that topic to today's agenda...
Fyi, adding such a filter can be prototyped via TaskListView.getFromActivePerspective().getViewer().addFilter(..).
*** This bug has been marked as a duplicate of bug 177208 ***