How to hide the "Assign" and "Assign to me" links via CSS

プラットフォームについて: 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 でのカスタマイズに関連しています。カスタマイズは アトラシアン サポート オファリング に含まれていないため、アトラシアン サポートは、このページ に記載されている手順に対するサポートの提供を保証できません 。この資料は情報提供のみを目的としているため、自己責任で使用されるようご注意ください。

また、ファイルの直接変更によるカスタマイズはアップグレード プロセスに含まれない点にご注意ください。 このような変更は、アップグレード後のインスタンスで手動で再適用する必要があります。

Certain workflows may require that issue assignment is done in a specific workflow step, or with a custom screen. This may make JIRA Administrators require some customization to hide the default JIRA assignment buttons and links, so that users are forced to use their custom workflows assignment procedure. This knowledge base article describes how to hide the 'Assign button' from the issue menu, and the 'Assign to me' links by simple CSS rules.

ソリューション

回避策

Modify the JIRA Announcement Banner, add the following lines of CSS

<style> a#assign-issue {display:none} /* Removes assign issue from main menu */ a#assign-to-me {display:none} /* Removes assign to me link from Issue View */ #assign-to-me-trigger {display:none !important} /* Removes assign to me link from Assign Screen */ </style>

注意

  • This will affect or apply to all projects in the JIRA instance.

  • This will not actually disable accessing the assign screen using the keyboard shortcut 'a'.

更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。