Versions are points-in-time for a project. They help you schedule and organise your releases. Once a version is created, and issues are assigned to it, the following reports are useful:
The Change Log and Road Map reports are driven by the 'Fix For Version' field on each issue.
バージョンは以下のことが可能です。
- 追加 - 課題を配置する新しいバージョンを作成する。
- Released — mark a version as released. This changes the Road Map report, Change Log report and some issue fields' drop-downs. If you have integrated JIRA with Bamboo, you can also trigger builds when releasing a version.
- スケジュール変更 - バージョンの順序を並び替える。
- Archived — hide an old version from the Road Map and Change Log reports, and in the JIRA User Interface.
- マージ - 複数のバージョンを一つにまとめる。
プロジェクトのバージョンを管理する
- Log in to JIRA as a project administrator.
A project administrator is someone who has the project-specific permission 'Administer Project', but not necessarily the global permission 'JIRA Administrators'. - Click the 'Administration' link at the top of the screen.
- Click 'Projects' and select the project of interest.
Keyboard shortcut: 'g' + 'g' + start typing 'project' - You will now see the 'Project Summary' screen (see Defining a Project). On the lower right, a summary of the versions is displayed, showing each version's status and the scheduled release date for that version (see Screenshot 1 below).
- Click 'More' to display the 'Versions' screen (see Screenshot 2 below), which shows a list of versions and each version's status. From here you can manage the project's versions as described below.
Screenshot 1: The 'Versions' section of the 'Project Summary' screen
jira-4-4_version-management.png
Screenshot 2: The 'Versions' screen
jira-4-4_version-management-details.png
バージョン ステータス
各バージョンは、次の 4 つのうち、いずれかのステータスを持ちます。
Adding a new version
- The 'Add Version' form is located at the top of the 'Versions' screen (see Screenshot 2 above).
- バージョンの名前を入力します。次のような名前が入力可能です。
- simple numeric, e.g. "2.1", or
- complicated numeric, e.g. "2.1.3", or
- a word, such as the project's internal code-name, e.g. "Memphis".
- Optional details such as the version description and release date (i.e. the planned release date for a version) can be also be specified.
- Click the 'Add' button. The version management list is updated immediately, with the newly created version added at the top of the list — you can drag it to a different position if you wish, by hovering over the 'drag' icon at the left of the version name:
vgrabber.png
バージョンをリリースする
Before you begin: If you have integrated JIRA with Atlassian's Bamboo, you can trigger a Bamboo build to run automatically when releasing a version in JIRA. The version will only be released if the build is successful. See these alternate instructions: Running a Bamboo Build when Releasing a Version.
- On the 'Versions' screen (see Screenshot 2 above), hover over the relevant version to display the cog icon, then select 'Release' from the drop-down menu.
- このバージョンを「修正」バージョンとする課題がある場合は、必要であれば、JIRA で「修正」バージョンを変更できます。変更の必要がなければ、これらの課題を修正することなく操作を完了します。
To revert the release of a version, simply select 'Unrelease' from the drop-down menu.
Archiving a version
- On the 'Versions' screen (see Screenshot 2 above), hover over the relevant version to display the cog icon, then select 'Archive' from the drop-down menu.
- バージョン一覧で、半透明のアイコンはバージョンが「アーカイブ済み」ステータスであることを示しています。利用可能な操作一覧は、「アーカイブ解除」操作によって置き換えられます。アーカイブを解除しない限り、このバージョンにこれ以上変更を加えることはできません。また、課題の影響バージョンおよび修正バージョン フィールドから既存のアーカイブ済みバージョンを削除したり、新たなアーカイブ済みバージョンを追加したりできません。
To revert the archive of a version, simply select 'Unarchive' from the drop-down menu.
Merging multiple versions
Merging multiple versions allows you to move the issues from one or more versions to another version.
- On the 'Versions' screen (see Screenshot 2 above), click the 'Merge' link at the top right of the screen.
- The 'Merge Versions' popup will be displayed. On this page are two select lists — both listing all un-archived versions. In the 'Merging From Versions' select list, choose the version(s) whose issues you wish to move. Versions selected on this list will be removed from the system. All issues associated with these versions will be updated to reflect the new version selected in the 'Merge To Version' select list. It is only possible to select one version to merge to.
- Click the 'Merge' button. If you are shown a confirmation page, click 'Merge' again to complete the operation.
Editing a version's details
- On the 'Versions' screen (see Screenshot 2 above), hover over the relevant version to display the pencil icon.
- これによって、バージョンの名前や説明、リリース日を編集できるようになります。
- Click the 'Update' button to save your changes.
Deleting a version
- On the 'Versions' screen (see Screenshot 2 above), hover over the relevant version to display the cog icon, then select 'Delete' from the drop-down menu.
- This will bring you to the "Delete Version: <Version>" confirmation page. From here, you can specify the actions to be taken for issues associated with the version to be deleted. You can either associate these issues with another version, or simply remove references to the version to be deleted.
Rescheduling a version
Recheduling a version changes its place in the order of versions.
- On the 'Versions' screen (see Screenshot 2 above), click the
jira-4-4_version-selection-icon.png icon for the relevant version, and drag it to its new position in the version order.
参考資料