リリースとバージョンを有効化する
Releases represent points in time for your project. They can be used to schedule how features are rolled out to your customers, or as a way to organize work that has been completed for the project.
リリース機能を有効化する
You must have the following to do the things described in this section.
Role: Project admin
Permission: Administer projects, Manage versions
Next to the name of your project in the sidebar, select More actions (•••), then Project settings.
[機能] に移動します。
[リリース] をオンに切り替えます。
次の方法でも、リリース機能を有効化できます。
In your project navigation, select add to navigation (), then select Releases.
[ナビゲーションに追加] を選択します。
リリース機能を有効にすると、次が実行されます。
A new Fix versions field will be added to your work types.
A new Releases tab will be added to the project navigation.
新バージョンを作成する
You must have the following to do the things described in this section.
Role: Project admin
Permission: Administer projects, Manage versions
[リリース] ページから次の手順を実行します。
From your project navigation, select the Releases tab.
[バージョンを作成] を選択します。
バージョンを作成すると、次を入力できます。
名前: チームメイトがバージョンを認識しやすい名前を選択します。
開始日: バージョンの作業を開始する日付。
リリース日: バージョンのリリース予定日。
説明: そのバージョンでリリースを予定している内容の詳細。
Driver: someone in your team with project administrator permissions who’s responsible for coordinating the release from start to finish (by default, it’s the person who creates the version).
Assign versions to your work items
リリース ページから
From your project navigation, select the Releases tab.
一覧から対象のバージョンを選択します。
At the bottom of the screen, select Add work items.
Search for a work item key or summary.
Choose the work item to add to the version, then select Add.
From the work item
作業項目を開きます。
Under the Fix versions field, select a version to add the work item to. You can select more than one version.
[バージョン] パネルから
バックログで [バージョン] フィルターを選択し、[バージョンパネル] トグルを有効にします。
Navigate to the Backlog tab in your project navigation.
[バージョン] パネルを開きます。
Drag a work item to the version you want to add it to.
Here, you can also drag-and-drop work items from one epic to another. Hold Ctrl (Windows) or Command (Mac) to multi-select.
ボードとバックログのフィルターのバージョン
Navigate to your project's Board view or Backlog view.
In the Versions filter or panel, select one or more versions. Work items belonging to these versions will continue showing, while all other issues will be hidden.
Work item created while versions are selected in the Version filter will automatically be added to those versions.
JQL を使用して、バージョンを使用した高度な検索を実行する
JQL を使用すると、バージョンを使用したさらに強力な検索を実行できます。
サイドバーで [フィルター] > [作業項目を検索] の順に選択します。
[JQL に切り替え] を選択します。
In your JQL query, you can use the FixVersion operator to search for work items in a specific version. e.g. FixVersion = 1.1
関連する作業をバージョンに追加する
Related work can include release notes, analytics dashboards, designs, support documentation, business projects calendars, and more. Add items to a version to help team members and stakeholders easily find them.
From your project navigation, select the Releases tab.
一覧から対象のバージョンを選択します。
[ 関連作業 ] セクションで [ 追加] を選択します。
関連作品の URL と説明 (省略可) を入力します。
アイテムの準備が整っていない場合は、後で URL と説明を追加します。
[カテゴリ] を選択して [保存] します。
関連する作業を [編集] または [削除] するには、アイテムの右側にある [その他の操作 ()] を選択します。
To assign someone to work on an item, you’ll need to link it to a work item. Hover over the item and select Link work item (existing), or Create work item.
リリース日をビジネス チームと共有する
リリース日をカレンダーに表示して、ビジネス チームに常に最新情報を提供します。
ビジネス カレンダーでのソフトウェアのリリース日の表示に関する詳細をご確認ください。
バージョンの進捗を監視する
The releases feature shows how much work has been completed in each version. It shows a summary and breakdown of the work items in the version.
If you have connected Jira Software to your development tools, the release page will show development information about pull requests, commits, builds, and deployments associated with your work items.
Depending on which development tools are connected, warnings can also appear when your work item data is potentially out of sync with your development data. These include warnings about issues that are marked as done but have open pull requests or unreviewed code.
この内容はお役に立ちましたか?