diff options
| author | mkanat%bugzilla.org <> | 2009-01-26 21:59:55 +0000 |
|---|---|---|
| committer | mkanat%bugzilla.org <> | 2009-01-26 21:59:55 +0000 |
| commit | b3c471cabfb250296df234d8428d31535b5607d9 (patch) | |
| tree | de797e1f6ba160dad64699fb7e1edd5fcdc319f2 /Bugzilla/WebService | |
| parent | 503f732b1c64e4c950f747a07dc6cdd056a520ff (diff) | |
| download | bugs-b3c471cabfb250296df234d8428d31535b5607d9.tar bugs-b3c471cabfb250296df234d8428d31535b5607d9.tar.gz bugs-b3c471cabfb250296df234d8428d31535b5607d9.tar.bz2 bugs-b3c471cabfb250296df234d8428d31535b5607d9.tar.xz bugs-b3c471cabfb250296df234d8428d31535b5607d9.zip | |
Bug 474902: Allow the Bug URL (See Also) field to also accept Launchpad bug URLs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/WebService')
| -rwxr-xr-x | Bugzilla/WebService/Bug.pm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index ffeab2ce1..5b1f6b6e0 100755 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1321,7 +1321,7 @@ B<UNSTABLE> =item B<Description> Adds or removes URLs for the "See Also" field on bugs. These URLs must -point to some valid bug in some Bugzilla installation. +point to some valid bug in some Bugzilla installation or in Launchpad. =item B<Params> @@ -1335,10 +1335,11 @@ to modify. =item C<add> Array of C<string>s. URLs to Bugzilla bugs. These URLs will be added to -the See Also field. They must be valid URLs to C<show_bug.cgi> in a -Bugzilla installation. If they don't start with C<http://> or C<https://>, -it will be assumed that C<http://> should be added to the beginning of the -string. +the See Also field. They must be valid URLs to C<show_bug.cgi> in a +Bugzilla installation or to a bug filed at launchpad.net. + +If the URLs don't start with C<http://> or C<https://>, it will be assumed +that C<http://> should be added to the beginning of the string. It is safe to specify URLs that are already in the "See Also" field on a bug--they will just be silently ignored. |
