From 89cf83ecf9ec62f82887569e71b22b39956aeb46 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 9 Aug 2011 14:10:41 -0700 Subject: Bug 622203 - Allow filing closed bugs via the WebService r=dkl, a=mkanat --- Bugzilla/WebService/Bug.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index da2393033..1cc52f556 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2288,6 +2288,11 @@ the component's default QA Contact. =item C (string) - The status that this bug should start out as. Note that only certain statuses can be set on bug creation. +=item C (string) - If you are filing a closed bug, then +you will have to specify a resolution. You cannot currently specify +a resolution of C for new bugs, though. That must be done +with L. + =item C (string) - A valid target milestone for this product. @@ -2370,6 +2375,9 @@ argument. =item Error 116 was added in Bugzilla B<4.0>. Before that, dependency loop errors had a generic code of C<32000>. +=item The ability to file new bugs with a C was added in +Bugzilla B<4.2>. + =back =back -- cgit v1.2.3-24-g4f1b