Task #3186
open
- Subject changed from Allow linkifying i#12345 into https://bz.apache.org/ooo/show_bug.cgi?id=12345 in bugzilla to Bugzilla: linkify to external Bug Trackers like for gerrit
- Category set to Bugzilla
Makes sense to duplicate the handles we have for gerrit here. Relevant gerrit.config snippet:
[commentlink "apache"]
match = "\\b(?:issue|Issue|ISSUE|i)[#:]?(\\d+)\\b"
link = https://bz.apache.org/ooo/show_bug.cgi?id=$1
[commentlink "debian"]
match = "\\bdeb[#:]?(\\d+)\\b"
link = https://bugs.debian.org/$1
[commentlink "launchpad"]
match = "\\b(?:lp|LP)[#:]?(\\d+)\\b"
link = https://launchpad.net/bugs/$1
[commentlink "novell"]
match = "\\b(?:bnc|BNC|n|N)[#:]?(\\d+)\\b"
link = https://bugzilla.novell.com/show_bug.cgi?id=$1
[commentlink "redhat"]
match = "\\b(?:rhbz|RHBZ)[#:]?(\\d+)\\b"
link = https://bugzilla.redhat.com/show_bug.cgi?id=$1
[commentlink "tdf"]
match = "\\b(?:bug|fdo|tdf|lo)[#:]?(\\d+)\\b"
link = https://bugs.documentfoundation.org/show_bug.cgi?id=$1
- Target version set to Q4/2020
Looking into it this or next quarter - please shout if this is more urgent
- Target version changed from Q4/2020 to Q4/2021
Also available in: Atom
PDF