Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.
JIRA allows you to view the changesets related to an issue (that is, where the JIRA issue key was referenced in the commit message), if you are using a source-code repository together with Atlassian FishEye.. The regular expression used for matching the JIRA issue key in the commit message is:
(^|[^a-zA-Z0-9-])
So the key will need to be at the start of the string, or a character on each side that is not a-z, A-Z, 0-9 or the dash '-' character.
The Source tab provides you with an expandable list of changesets for the issue. This allows you to view the commit message and list of source-code files in each commit. You can also:
Your JIRA administrator must have configured the FishEye plugin on your JIRA server (), if you want to view the changesets for an issue. You will also need the 'View Issue Source Tab' permission in the appropriate projects.
Screenshot: The 'Source' Tab