VS Code の使用を開始する
Atlassian for VS Code は、アトラシアン製品の機能を VS Code に提供します。この拡張機能は Jira と Bitbucket の機能を組み合わせて、VS Code での開発者のワークフローを効率化します。Atlassian for VS Code を使用すると、作業項目の作成と表示、作業項目の作業の開始、プル リクエストの作成、コードのレビュー、ビルドの開始、ビルド ステータスの取得などを行うことができます。
まずはじめに
Make sure you have VS Code version 1.37.0 or above
Download the extension from the marketplace
コマンド パレットにある [Atlassian: Open Settings] ページから Jira および/または Bitbucket で認証します。
コマンド パレットで「Atlassian:」と入力すると、拡張機能で利用可能なすべてのコマンドが表示されます。
Atlassian for VS Code 拡張機能をインストールする
VS Code を開き、サイドバーで [Extensions] を選択します。
「Atlassian」を検索します。
アトラシアン: Jira と Bitbucket を開きます。
[インストール] を選択します。
You can also go directly to the extension at the following link: Atlassian: Jira and Bitbucket. Select Install to begin the installation process.
拡張機能を初めてインストールする場合、または以前のバージョンから拡張機能をアップグレードする場合は、ウェルカム画面が表示され、最近の変更履歴、拡張機能の構成またはフィードバックの送信を行えるボタンが表示されます。
VS Code での認証
次に、VS Code 拡張機能を Jira および / または Bitbucket で認証する必要があります。
Jira Cloud の認証
[Atlassian 設定] を開きます。コマンド パレット (macOS:
Command + Shift + P、Windows:Ctrl + Shift + P) を開き、「Atlassian: Open Settings」を検索して Enter を押します。[Jira] タブを開き、表示されていない場合は [Authentication] セクションを開きます。
Select Login to Jira Cloud. This will open the Atlascode Integration page in your browser. If you aren't already logged in, you'll be prompted to log in to your Atlassian account.
On the Atlascode Integration page, select the Authorize for dropdown menu to open the list of sites (instances) you can authenticate with VS Code.
認証するサイトを選択します。
Select Accept to complete authentication.
Select Back to VS Code to return to VS Code.
If you’d like to authenticate another Jira site, select Login to Jira Cloud again and select another site.
Bitbucket Cloud の認証
[Atlassian 設定] を開きます。コマンド パレット (macOS:
Command + Shift + P、Windows:Ctrl + Shift + P) を開き、「Atlassian: Open Settings」を検索して Enter を押します。[Bitbucket] タブを開き、表示されていない場合は [Authentication] セクションを開きます。
Select Login to Bitbucket Cloud. This will open the OAuth authorization page in your browser. If you aren't already logged in, you'll be prompted to log in to your Atlassian account.
Review the request and select Grant access.
Select Back to VS Code to return to VS Code.
Jira Data Center の認証
[Atlassian 設定] を開きます。コマンド パレット (macOS:
Command + Shift + P、Windows:Ctrl + Shift + P) を開き、「Atlassian: Open Settings」を検索して Enter を押します。[Jira] タブを開き、表示されていない場合は [Authentication] セクションを開きます。
Select Add Custom Jira Site.
Enter the Base URL of your Jira instance and select Save. The Base URL is the scheme and domain name of the Jira instance, such as:
https://jira.mycompany.com.Enter your username and password and select Save.
Bitbucket Data Center の認証
[Atlassian 設定] を開きます。コマンド パレット (macOS:
Command + Shift + P、Windows:Ctrl + Shift + P) を開き、「Atlassian: Open Settings」を検索して Enter を押します。[Bitbucket] タブを開き、表示されていない場合は [Authentication] セクションを開きます。
Select Add Custom Bitbucket Site.
Enter the Base URL of your Bitbucket instance and select Save. The Base URL is the scheme and domain name of the Bitbucket instance, such as:
https://bitbucket.mycompany.com.Enter your username and password (or a personal access token) and select Save.
この内容はお役に立ちましたか?