Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.
JIRA には、プロジェクトの特定のバージョンのリリースノートを作成する機能があります。リリースノートには、特定の「修正」バージョンとマークされた、指定したプロジェクト内のすべての課題が含まれます。また、リリースノートを多数の形式 (例: HTML、プレーンテキストなど) で生成し、さまざまなドキュメントに含めることもできます。
現在のところ、速度テンプレートを使用した、HTML とテキストの 2 つの書式設定点プレートが提供されています。これ以外にも書式設定テンプレートを作成し、システムに追加できます。
releasenotes-text.vm
and releasenotes-html.vm
. Consult the JIRA API documentation and the Apache Velocity User Guide.jira-config.properties
file. For each new template format, corresponding entries must be added to the existing values of the following properties:jira.releasenotes.templatenames
jira.releasenotes.templates
jira-config.properties
file, then for each of these properties, add the property's name, followed by an '=
', followed by the content of the property's corresponding <default-value/>
element copied from your JIRA installation's jpm.xml
file. Next, begin adding the corresponding entries for the new format template.jira-config.properties
file for more information.Also see the tutorial on Creating a Custom Release Notes Template Containing Release Comments.