Add a plugin config option to configure the regexp pattern used by bugzilla link converter.
(?:Bug|UPDATE|FIX|ADD|NEW|#) ?#?(\d+)
doc:
Regexp pattern to extract the number from the message.
The default is: "Bug (\d+)".
Group 1 (the number) is used in links, so "?:" must be used any non relevant group,
ex.:
(?:Bug|UPDATE|FIX|ADD|NEW|#) ?#?(\d+)
Add a plugin config option to configure the regexp pattern used by bugzilla link converter.
doc: Regexp pattern to extract the number from the message. The default is: "Bug (\d+)". Group 1 (the number) is used in links, so "?:" must be used any non relevant group, ex.: (?:Bug|UPDATE|FIX|ADD|NEW|#) ?#?(\d+)