FishEye 2.1 : Linkers
This page last changed on Oct 25, 2009 by rosie@atlassian.com.
FishEye can detect special substrings in commit messages, and hyperlink those substrings to other systems. The result is, when browsing commit messages or comments in FishEye, any issue IDs or Bug IDs that appear will be turned into hyperlinks, allowing you to easily click to see those referenced issues or pages. This is particularly useful if you use an issue tracking system, and put the issue identifiers into your commit messages. The 'Linkers' repository option (Administration > Repository Defaults > Linkers, or Administration > View Repository List > View (next to your REPO) > Linkers) allows you to define the substrings and their related URLs. Any linkers defined in the repository defaults are added to each individual repository. Example LinkersHere are some examples of how to create simple linkers. JIRA examples
Bamboo examples
Bugzilla examples
About FishEye Regular ExpressionsFishEye uses the Java regular expression language, which is based on Perl 5 regular expressions. Note: If you want your regex to be case insensitive, put (?i) at the start of the regex. To try out your regular expressions, you can use this online test page. |
![]() |
Document generated by Confluence on Nov 11, 2009 21:21 |