Integrating JIRA with Code Development Tools
JIRA を互換性のある開発ツールに接続すると、開発作業に関連する様々な機能と情報が JIRA から提供されます。
機能
These are the features that you will enable, if you connect JIRA to the development tools listed below. We recommend that you use the latest version of each application. If you are not using the latest versions, see the version matrix to find out which features are available.
課題の開発パネル開発パネルは、課題の表示画面に表示され、次の機能を提供します。
For more information about using the Development panel, see Streamlining your development with JIRA. |
|
統合する
Check that you have a compatible version of a development tool on the version matrix, then follow the relevant instructions below to connect your code development tool to JIRA.
Bitbucket、GitHub、または GitHub Enterprise を JIRA に接続する
Bitbucket、GitHub、および GitHub Enterprise への接続は、JIRA に同梱されている DVCS コネクターアドオンを介して行われます。
- Follow the instructions on Linking Bitbucket Cloud and GitHub accounts to Jira Software to set up the connection.
Connecting Bitbucket Server, FishEye, Crucible or Bamboo to JIRA
Connections to Bitbucket Server, FishEye/Crucible and Bamboo use application links.
When you create a new application link between JIRA and an instance of Bitbucket Server, FishEye, Crucible or Bamboo, 2-legged (2LO) and 3-legged OAuth (3LO) are enabled by default. 2LO is required for information from any of those applications to be included in the summaries in the Development panel; 3LO checks that a user has authenticated with the other applications before they get to see the information in any of the details dialogs.
If you are upgrading from existing instances of JIRA, Bitbucket Server, FishEye, Crucible or Bamboo:
You may need to reconfigure the application link(s) between JIRA and the other applications. To enable the integration features, each application link must use 2-legged OAuth for both incoming and outgoing authentication.- Choose > Add-ons. Select Application Links in the left menu.
- アプリケーション リンクの編集を選択します。
- 送信認証タブで、OAuth をクリックします。2-legged OAuth を許可にチェックマークが付いていることを確認します。受信認証タブでも同様に行います。アプリケーション リンクの更新プロセスでは、短時間他のアプリケーションにログインし、リンクのもう片方を設定してから JIRA に戻ります。
他のコード開発ツールを JIAR に接続する
You can connect tools to JIRA, other than the ones listed on the version matrix. These tools do not enable the same integration features, but connecting them to JIRA does enable other functionality. See the pages below for instructions on how to connect these applications to JIRA and information about the functionality that is enabled.
- Integrating JIRA with FishEye (older versions, not on version matrix)
- Integrating JIRA with Bitbucket Server (older versions of Stash not on version matrix)
- Integrating JIRA with Bamboo (older versions, not on version matrix)
- JIRA と Subversion の統合
- JIRA と Perforce の統合
If your other applications are running on the same machine as JIRA (already installed), you need to ensure that the URL paths are different for the applications and JIRA. This will differentiate the applications and avoid authentication/session issues with OAuth and Application Links. For example, if you were running FishEye and JIRA, you would change the default paths to:
http://localhost:8080/
https://localhost:8060/fisheye ( http://localhost:8060/ ではありません)
これを FishEye/Crucilbe 用に行うには、次のようにします。
- Edit the
config.xmlin your FishEye/Crucible data directory. - Add the
contextattribute to theweb-serverelement:
<web-server context="/fisheye">
