You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I was wondering if FishEye supports linking to previous changeset revisions using some markup syntax.
For example, text '#comment fixes bug introduced by r2333' in commit message will create hyperlink to fisheye.example.com/changelog/Repo/cs=2333 . It would be great to cross-reference this through JIRA as well.
I referred to FishEye wiki markup and smart commit documentation, but I couldn't find any examples. Any help?
Hi Shantanu,
the built in highlighters currently only support auto-linking Crucible reviews and JIRA issues. There's a feature request for that here https://jira.atlassian.com/browse/FE-113, please vote on it if you'd like to see it implemented.
You can however, define your own linker syntax in the repository admin section to acomplish the same goal - you just need to specify a regular expression you'd like to match, and the link to convert it to. Please see https://confluence.atlassian.com/display/FISHEYE/Linkersfor more details.
Thanks Lukasz!
Here is an example using Linkers for future reference:
Pattern for commit linker: @2222 Regex: @(\d+) Href: http://fisheye.example.com/changelog/MyRepo?cs=${1}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.