課題の 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 またはダッシュ「-」記号以外である必要があります。

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

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

  1. JIRA で関連する課題を開く
  2. アクティビティセクションでソースタブをクリックします。
  3. 課題に関するチェンジセットのリストが表示されます。


 

参考資料

最終更新日: 2014 年 2 月 25 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.