Open
Bug 358574
Opened 18 years ago
Updated 18 years ago
Add support for a "%watchlist%" dynamic parameter (like %user%)
Categories
(Bugzilla :: Query/Bug List, enhancement)
Bugzilla
Query/Bug List
Tracking
()
NEW
People
(Reporter: Gavin, Unassigned)
Details
I use queries to see bugs filed in the past few days to monitor new bugs. I also happen to watch a lot of people (which mostly equates to components using b.m.o's dummy "watcher" accounts). I'd like my queries to exclude bugs I get mail for, so I currently use a query like "CC list does not contain my address AND CC list does not contain any of the words/strings <my watch list> AND QA contact does not contain any of the words/strings <my watch list>".
I copy the watchlist string from my prefs, and s/,/ /. This works well, but I always need to update the saved query when I update my watch list, which is bothersome. If there was a %watchlist% parameter that would automatically substitute in my watchlist in a space-delimited form, that problem would be solved.
You need to log in
before you can comment on or make changes to this bug.
Description
•