summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:10:41 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:10:41 +0200
commit89cf83ecf9ec62f82887569e71b22b39956aeb46 (patch)
treed7eb8a7f36fa65e9d0c489104747cde9512cdda9 /Bugzilla/WebService
parentb308699b2c0453392c86215cecc4fe508a0e1762 (diff)
downloadbugzilla-89cf83ecf9ec62f82887569e71b22b39956aeb46.tar.gz
bugzilla-89cf83ecf9ec62f82887569e71b22b39956aeb46.tar.xz
Bug 622203 - Allow filing closed bugs via the WebService
r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Bug.pm8
1 files changed, 8 insertions, 0 deletions
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<status> (string) - The status that this bug should start out as.
Note that only certain statuses can be set on bug creation.
+=item C<resolution> (string) - If you are filing a closed bug, then
+you will have to specify a resolution. You cannot currently specify
+a resolution of C<DUPLICATE> for new bugs, though. That must be done
+with L</update>.
+
=item C<target_milestone> (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<resolution> was added in
+Bugzilla B<4.2>.
+
=back
=back