summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-02-14 02:57:50 +0100
committerReed Loden <reed@reedloden.com>2011-02-14 02:57:50 +0100
commitfb5f96302e408d10d56167f3e185675e6cffd6d1 (patch)
treedc0cc657f4b87ddb5e5c0bb91247b28efe9fe52e /Bugzilla/BugUrl.pm
parent99b870afefa80a2fb4b4ac9252d7fdd5f977260d (diff)
downloadbugzilla-fb5f96302e408d10d56167f3e185675e6cffd6d1.tar.gz
bugzilla-fb5f96302e408d10d56167f3e185675e6cffd6d1.tar.xz
Bug 558784: Add support for JIRA URLs in "see also".
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index f4f0e410b..17a3e9333 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -61,6 +61,7 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::Launchpad
Bugzilla::BugUrl::Google
Bugzilla::BugUrl::Debian
+ Bugzilla::BugUrl::JIRA
);
###############################