From: Matt Tyson Date: Tue, 1 Apr 2014 08:33:48 +0000 (+0800) Subject: Bug 990328: Document that bug tags can be searched by RPC. X-Git-Tag: bugzilla-4.5.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6027058e4a8e06ffc252645e5e8b695b0aa2802;p=thirdparty%2Fbugzilla.git Bug 990328: Document that bug tags can be searched by RPC. --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 204e31183a..f3ad8591db 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -3054,6 +3054,14 @@ on spaces. So searching for C will match "This is a foo bar" but not "This foo is a bar". C<['foo', 'bar']>, would, however, match the second item. +=item C + +C Searches for a bug with the specified tag. If you specify an +array, then any bugs that match I of the tags will be returned. + +Note that tags are personal and only bugs belonging to the logged in +user will be returned. + =item C C The Target Milestone field of a bug. Note that even if this