HiAfter getting through challenges to do a migration test of current Gerrit2.14 to Gerrit-3.7.0,Finding few things are not working , starting with Internal bug tool reference using comment link.It is heavily used by Developers and so very important to resolve this for 3.7.0 migrationFollowing entry In gerrit.config works on 2.14 current installBut on Gerrit3.7.0 install clicking on the bug link yields a page withabout:invalid#zClosurez. <====[commentlink "its-bugtool"]
match = (?!.*(?:Revert|revert))[\\S]*(?:bugtool:\\/\\/)(\\d{8,9})
html = <a href=bugtool://$1>bugtool://$1</a>
association = SUGGESTED
[its-bugtool]
url = https://bugtool-webservices.xxx.com
username = wgerrit
password = ************
commentOnRefUpdatedGitWeb = true
commentOnChangeAbandoned = false
commentOnChangeMerged = false
commentOnChangeRestored = false
commentOnCommentAdded = false
commentOnPatchSetCreated = falsePlease advisethanksPranab
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/be568f42-0264-4769-8f39-3645d366f497n%40googlegroups.com.
On Thu, Dec 1, 2022 at 12:50 AM Pranab Panda <pra...@pacbell.net> wrote:HiAfter getting through challenges to do a migration test of current Gerrit2.14 to Gerrit-3.7.0,Finding few things are not working , starting with Internal bug tool reference using comment link.It is heavily used by Developers and so very important to resolve this for 3.7.0 migrationFollowing entry In gerrit.config works on 2.14 current installBut on Gerrit3.7.0 install clicking on the bug link yields a page withabout:invalid#zClosurez. <====[commentlink "its-bugtool"]
match = (?!.*(?:Revert|revert))[\\S]*(?:bugtool:\\/\\/)(\\d{8,9})
html = <a href=bugtool://$1>bugtool://$1</a>html comment links are no longer supported. Please have a look at:
On Thu, Dec 1, 2022 at 8:27 AM Edwin Kempin <eke...@google.com> wrote:On Thu, Dec 1, 2022 at 12:50 AM Pranab Panda <pra...@pacbell.net> wrote:HiAfter getting through challenges to do a migration test of current Gerrit2.14 to Gerrit-3.7.0,Finding few things are not working , starting with Internal bug tool reference using comment link.It is heavily used by Developers and so very important to resolve this for 3.7.0 migrationFollowing entry In gerrit.config works on 2.14 current installBut on Gerrit3.7.0 install clicking on the bug link yields a page withabout:invalid#zClosurez. <====[commentlink "its-bugtool"]
match = (?!.*(?:Revert|revert))[\\S]*(?:bugtool:\\/\\/)(\\d{8,9})
html = <a href=bugtool://$1>bugtool://$1</a>html comment links are no longer supported. Please have a look at:Sorry, the correct URL is:
On Thu, Dec 1, 2022 at 8:27 AM Edwin Kempin <eke...@google.com> wrote:On Thu, Dec 1, 2022 at 12:50 AM Pranab Panda <pra...@pacbell.net> wrote:HiAfter getting through challenges to do a migration test of current Gerrit2.14 to Gerrit-3.7.0,Finding few things are not working , starting with Internal bug tool reference using comment link.It is heavily used by Developers and so very important to resolve this for 3.7.0 migrationFollowing entry In gerrit.config works on 2.14 current installBut on Gerrit3.7.0 install clicking on the bug link yields a page withabout:invalid#zClosurez. <====[commentlink "its-bugtool"]
match = (?!.*(?:Revert|revert))[\\S]*(?:bugtool:\\/\\/)(\\d{8,9})
html = <a href=bugtool://$1>bugtool://$1</a>html comment links are no longer supported. Please have a look at:Sorry, the correct URL is:
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/CACA_R4K-zW7xyu2EdOdaXDHfvjbX48Ua9uc%3DAH9MYjYOaxJ-sw%40mail.gmail.com.
On Thu, Dec 1, 2022 at 1:44 AM 'Edwin Kempin' via Repo and Gerrit Discussion <repo-d...@googlegroups.com> wrote:On Thu, Dec 1, 2022 at 8:27 AM Edwin Kempin <eke...@google.com> wrote:On Thu, Dec 1, 2022 at 12:50 AM Pranab Panda <pra...@pacbell.net> wrote:HiAfter getting through challenges to do a migration test of current Gerrit2.14 to Gerrit-3.7.0,Finding few things are not working , starting with Internal bug tool reference using comment link.It is heavily used by Developers and so very important to resolve this for 3.7.0 migrationFollowing entry In gerrit.config works on 2.14 current installBut on Gerrit3.7.0 install clicking on the bug link yields a page withabout:invalid#zClosurez. <====[commentlink "its-bugtool"]
match = (?!.*(?:Revert|revert))[\\S]*(?:bugtool:\\/\\/)(\\d{8,9})
html = <a href=bugtool://$1>bugtool://$1</a>html comment links are no longer supported. Please have a look at:Sorry, the correct URL is:But that change is only on master, so shouldn't this still work with 3.7.0?