Search on an e-mail e-mail address, looking for bugs that match that e-mail and were modified in some recent time interval. Supports an optional 'why' attribute to specify what we should use the e-mail address to search for. If omitted, we assume "commenter". Supports an optional 'howrecent' attribute to specify the amount of time into the past we should check which defaults to 7 days ago (7d).
Indicate what we want to search on the e-mail for. This can be used multiple times to specify one or more of the following values. If omitted, we assume "commenter".
If you only want to search on one thing, you can instead just use assignee, reporter, cc, or commenter as keys (where the value is the e-mail address.)
How recently should the message have changed. If omitted, we assume one week. The syntax for this uses bugzilla's query syntax, which is not amazingly intuitive. Syntax regexp-wise is: (-|\+)?(\d+)([hHdDwWmMyY]). Where the meanings are:
You should never use a negative sign, as your search will match nothing and make very little sense.
|
Show Docs |