How to Change the Size(Height) of Fix Versions and Affects Versions Select List
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
このページの内容は、Jira でのカスタマイズに関連しています。カスタマイズは アトラシアン サポート オファリング に含まれていないため、アトラシアン サポートは、このページ に記載されている手順に対するサポートの提供を保証できません 。この資料は情報提供のみを目的としているため、自己責任で使用されるようご注意ください。
また、ファイルの直接変更によるカスタマイズはアップグレード プロセスに含まれない点にご注意ください。 このような変更は、アップグレード後のインスタンスで手動で再適用する必要があります。
ソリューション
Increasing the Size(Height) of the field
Edit <atlassian-jira/WEB-INF/classes/templates/jira/issue/field/versions-edit.vm. Change the line:
<select multiple name="$field.id" size="#minSelectSize ($versions 1 6)" id="$field.id">For example, if you wanted to make it 15 (in the case where there are more than 3):
<select multiple name="$field.id" size="#minSelectSize ($versions 1 15)" id="$field.id">Make sure to back up the velocity file before changing it. Keep in mind the notes from Modifying JIRA Templates and JSPs.
この内容はお役に立ちましたか?