From f770095a34894673cfecf1caf520b8ab87038e81 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 21 Oct 2010 01:24:05 +0200 Subject: Bug 598014: Document how to mark the initial comment as private when using Bug.create() r/a=mkanat --- Bugzilla/WebService/Bug.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 14642bca9..bfd5d5c0d 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2244,6 +2244,9 @@ don't want it to be assigned to the component owner. =item C (array) - An array of usernames to CC on this bug. +=item C (boolean) - If set to true, the description +is private, otherwise it is assumed to be public. + =item C (array) - An array of group names to put this bug into. You can see valid group names on the Permissions tab of the Preferences screen, or, if you are an administrator, @@ -2322,6 +2325,10 @@ B, due to a bug in Bugzilla. Bugzilla 4.0, bugs were only added into Mandatory groups by this method. +=item The C argument was added in Bugzilla B<4.0>. +Before Bugzilla 4.0, you had to use the undocumented C +argument. + =back =back -- cgit v1.2.3-24-g4f1b