Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate Bugzilla issues with issue tracking in TortoiseHg?

How should I set the "Issue Tracking" parameters "Issue Regex" and "Issue Link" to enable linking to "Bug [number]" from TortoiseHg?

The Issue Link should be in a format like this:

http://www.company.com/bugzilla/show_bug.cgi?id=[number]
like image 332
Ola Eldøy Avatar asked Nov 01 '25 08:11

Ola Eldøy


1 Answers

Try this:

Issue Regex: Bug (\d+)

Issue Link: http://www.company.com/bugzilla/show_bug.cgi?id={1}

This will make the text Bug 123 be underlined in the commit messages and clicking on it will go to http://www.company.com/bugzilla/show_bug.cgi?id=123

like image 122
Steve Kaye Avatar answered Nov 02 '25 21:11

Steve Kaye



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!