From b6027058e4a8e06ffc252645e5e8b695b0aa2802 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Tue, 1 Apr 2014 16:33:48 +0800 Subject: Bug 990328: Document that bug tags can be searched by RPC. --- Bugzilla/WebService/Bug.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 204e31183..f3ad8591d 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 -- cgit v1.2.3-24-g4f1b