Actions
Task #3186
openBugzilla: linkify to external Bug Trackers like for gerrit
Start date:
Due date:
% Done:
0%
Tags:
URL:
Description
Please allow linkifying i#12345 into https://bz.apache.org/ooo/show_bug.cgi?id=12345 in bugzilla.
A similar request for tdf#12345 was implemented in https://git.libreoffice.org/bugzilla/+/3a1b4ffc0ab8cf55e671af31b33b45e12f9b8ea5 (I'm told that external links is different, though).
Assigning to Guilhem, as discussed in IRC chat.
      
      Updated by Guilhem Moulin over 5 years ago
      
      
    
    - 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
      
      Updated by Florian Effenberger over 5 years ago
      
      
    
    - Target version set to Q4/2020
 
Looking into it this or next quarter - please shout if this is more urgent
      
      Updated by Guilhem Moulin about 4 years ago
      
      
    
    - Target version changed from Q4/2020 to Q4/2021
 
Actions