From b3c471cabfb250296df234d8428d31535b5607d9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 26 Jan 2009 21:59:55 +0000 Subject: Bug 474902: Allow the Bug URL (See Also) field to also accept Launchpad bug URLs Patch By Max Kanat-Alexander r=dkl, a=mkanat --- Bugzilla/WebService/Bug.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Bugzilla/WebService') 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 =item B 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 @@ -1335,10 +1335,11 @@ to modify. =item C Array of Cs. URLs to Bugzilla bugs. These URLs will be added to -the See Also field. They must be valid URLs to C in a -Bugzilla installation. If they don't start with C or C, -it will be assumed that C should be added to the beginning of the -string. +the See Also field. They must be valid URLs to C in a +Bugzilla installation or to a bug filed at launchpad.net. + +If the URLs don't start with C or C, it will be assumed +that C 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. -- cgit v1.2.3-24-g4f1b