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]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this:
Issue Regex:
Bug (\d+)Issue Link:
http://www.company.com/bugzilla/show_bug.cgi?id={1}This will make the text
Bug 123be underlined in the commit messages and clicking on it will go tohttp://www.company.com/bugzilla/show_bug.cgi?id=123