Commit f2494355 authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 733458: The "creator" argument is listed twice for the Bug.search WebService method

r/a=LpSolit
parent 6af883e1
......@@ -2148,6 +2148,9 @@ May not be an array.
C<string> The login name of the user who created the bug.
You can also pass this argument with the name C<reporter>, for
backwards compatibility with older Bugzillas.
=item C<id>
C<int> The numeric id of the bug.
......@@ -2184,13 +2187,6 @@ C<string> The Priority field on a bug.
C<string> The name of the Product that the bug is in.
=item C<creator>
C<string> The login name of the user who reported the bug.
You can also pass this argument with the name C<reporter>, for
backwards compatibility with older Bugzillas.
=item C<resolution>
C<string> The current resolution--only set if a bug is closed. You can
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment