From: Dave Lawrence Date: Wed, 24 Jul 2013 14:21:16 +0000 (-0400) Subject: Bug 880653 - Add POD for Bug.possible_duplicates webservice X-Git-Tag: bugzilla-4.0.11~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c7540ed547b91314a2f743a015819c631e0ebf;p=thirdparty%2Fbugzilla.git Bug 880653 - Add POD for Bug.possible_duplicates webservice r=LpSolit,a=sgreen --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 93873d0b0a..628816546f 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1996,6 +1996,59 @@ The same as L. =back +=head2 possible_duplicates + +B + +=over + +=item B + +Allows a user to find possible duplicate bugs based on a set of keywords +such as a user may use as a bug summary. Optionally the search can be +narrowed down to specific products. + +=item B + +=over + +=item C (string) B - A string of keywords defining +the type of bug you are trying to report. + +=item C (array) - One or more product names to narrow the +duplicate search to. If omitted, all bugs are searched. + +=back + +=item B + +The same as L. + +Note that you will only be returned information about bugs that you +can see. Bugs that you can't see will be entirely excluded from the +results. So, if you want to see private bugs, you will have to first +log in and I call this method. + +=item B + +=over + +=item 50 (Param Required) + +You must specify a value for C containing a string of keywords to +search for duplicates. + +=back + +=item B + +=over + +=item Added in Bugzilla B<4.0>. + +=back + +=back =head2 search