diff options
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 1ac7bf206..243031800 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2224,6 +2224,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. @@ -2260,13 +2263,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 |