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-])

そのため、キーは文字列の最初に配置されるか、両側の文字が a~z、A~Z、0~9 またはダッシュ「-」記号以外である必要があります。

ソースタブは、課題のチェンジセットの展開可能なリストを提供します。これにより、各コミットのコミットメッセージとソースコードファイルを表示できます。その他の利用方法:

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.

課題のチェンジセットを表示する

  1. JIRA で関連する課題を開く
  2. Click the 'Source' tab in the 'Activity' section.
  3. The list of changesets related to the issue will display, similar to the screenshot below.

Screenshot: The 'Source' Tab


参考資料