summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Bug.pm')
-rw-r--r--Bugzilla/WebService/Bug.pm46
1 files changed, 15 insertions, 31 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index afd235404..0160eff1d 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -963,11 +963,9 @@ or get information about bugs that have already been filed.
See L<Bugzilla::WebService> for a description of how parameters are passed,
and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
-=head2 Utility Functions
+=head1 Utility Functions
-=over
-
-=item C<fields>
+=head2 fields
B<UNSTABLE>
@@ -1164,7 +1162,7 @@ You specified an invalid field name or id.
=back
-=item C<legal_values>
+=head2 legal_values
B<DEPRECATED> - Use L</fields> instead.
@@ -1208,15 +1206,9 @@ You specified a field that doesn't exist or isn't a drop-down field.
=back
+=head1 Bug Information
-=back
-
-=head2 Bug Information
-
-=over
-
-
-=item C<attachments>
+=head2 attachments
B<EXPERIMENTAL>
@@ -1388,7 +1380,7 @@ C<summary>.
=back
-=item C<comments>
+=head2 comments
B<STABLE>
@@ -1533,7 +1525,7 @@ C<creator>.
=back
-=item C<get>
+=head2 get
B<STABLE>
@@ -1878,7 +1870,7 @@ and all custom fields.
=back
-=item C<history>
+=head2 history
B<EXPERIMENTAL>
@@ -1985,7 +1977,7 @@ The same as L</get>.
=back
-=item C<search>
+=head2 search
B<UNSTABLE>
@@ -2178,14 +2170,9 @@ in Bugzilla B<4.0>.
=back
-=back
-
-=head2 Bug Creation and Modification
-
-=over
+=head1 Bug Creation and Modification
-
-=item C<create>
+=head2 create
B<STABLE>
@@ -2349,7 +2336,7 @@ argument.
=back
-=item C<add_attachment>
+=head2 add_attachment
B<UNSTABLE>
@@ -2455,7 +2442,7 @@ You did not specify a value for the C<summary> argument.
=back
-=item C<add_comment>
+=head2 add_comment
B<STABLE>
@@ -2546,7 +2533,7 @@ code of 32000.
=back
-=item C<update>
+=head2 update
B<UNSTABLE>
@@ -2938,7 +2925,7 @@ which we won't even know about until after we do QA for 4.0.
=back
-=item C<update_see_also>
+=head2 update_see_also
B<EXPERIMENTAL>
@@ -3049,6 +3036,3 @@ this bug.
=back
=back
-
-
-=back