What is a Project
A JIRA project is a collection of issues, and is defined according to your organisation's requirements. For example, a JIRA project could be:
- ソフトウェア開発プロジェクト
- マーケティング キャンペーン
- ヘルプデスク システム
- 休暇申請管理システム
- Web サイトの拡張リクエスト システム
Every issue belongs to a project. Each project has a name (e.g. Website Issues) and a key (e.g. WEB). The project key becomes the first part of that project's issue keys, e.g. WEB-101, WEB-102, etc:
コンポーネントとは何か
A project component is a logical grouping of issues within a project. Each project may consist of various components (or none), depending on your organisation's needs.
たとえば、ソフトウェア開発プロジェクトを「ドキュメント」、「バックエンド」、「メール サブシステム」、「GUI」というコンポーネントで構成することも可能です。Web サイトの拡張リクエスト システムは、「製品」、「お問い合わせ」などのコンポーネントで構成される場合もあります。
課題は、プロジェクト内の 0 個以上のコンポーネントに属すことが可能です。
バージョンとは何か
For some types of projects, particularly software development, it is useful to be able to associate an issue with a particular project version (e.g. 1.0 beta, 1.0, 1.2, 2.0).
課題にはバージョンに関連する2つのフィールドがあります。
- 影響バージョン — これは、課題が現れているバージョンです。たとえば、ソフトウェアのバグはバージョン 1.1 および 1.2 に影響を与える可能性があります。
- 修正バージョン — これは、課題が修正された (または修正される予定の) バージョンです。たとえば、バージョン 1.1 および 1.2 に影響を及ぼしているバグは、バージョン 2.0 で修正される可能性があります。修正バージョンのない課題は、スケジュールなしと分類されるので注意してください。
バージョンには、 リリース済み、未リリース、またはアーカイブ済みの3つの状態があります。バージョンには、リリース日を含めることも可能です。この日付を過ぎてもそのバージョンが未リリースの場合、自動的に「期限切れ」と強調表示されます。
その他のリソース
- See 'Browsing a Project' for information on looking up a project's structure and issues.
- See the JIRA Administrator's Guide for information on defining projects, components and versions.