課題の FishEye チェンジセットを表示する
If you are using compatible versions of JIRA and FishEye, you can view the changesets related to an issue via the Development panel. You should only use the information on this page, if you have older versions of JIRA and FishEye.
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 またはダッシュ「-」記号以外である必要があります。
ソースタブは、課題のチェンジセットの展開可能なリストを提供します。これにより、各コミットのコミットメッセージとソースコードファイルを表示できます。その他の利用方法:
- view diffs and history for a file.
- ファイルをダウンロードする。
- create a Crucible review and see the review status, if you are using Atlassian Crucible.
課題のチェンジセットを表示する
- JIRA で関連する課題を開く
- アクティビティセクションでソースタブをクリックします。
- 課題に関するチェンジセットのリストが表示されます。
参考資料
- Browsing a Project's FishEye Changesets