We used Jira for a long time and becouse we had just one project we used short form of issue key labling our commits. For example "[123]" instead of "ABC-123". Now we decided to try FishEye+Crucible integration and I'm trying to map commits from our repo to our issues and can't find is it possible at all.
No, it needs the full key, as the uniqueness is pretty much mandatory
This is totally doable, by using a custom FishEye "Linker". See https://confluence.atlassian.com/display/FISHEYE/Linkers
For example, to link the text: "[123]" to a JIRA issue ABC-123 on a JIRA instance at jira.yourcompany.com, you could use the following regexp and URL:
Regex: \[(\d+)\] Href: http://jira.yourcompany.com/browse/ABC-${1}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now I see links to my Jira issue, but i still can't see my commits in Source tab in Jira and this was my main goal, is it possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.