How to extend the width of Epic dropdown list in Agile report

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

本ページの内容には、Atlassian ソフトウェアのカスタマイズや拡張 (CSS ルール、HTML、JavaScript の追加/変更など) を行う手順が含まれています。アトラシアン サポートの提供 の通り、Atlassia 製品に加えられたカスタマイズはサポートされません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

本件またはカスタマイズに関するご質問は、コミュニティの Atlassian Answers で質問してください。または、アトラシアン ソリューション パートナー にご相談いただくことをご検討ください。

問題

Sometimes we might have Epic with very large names, JIRA does not show the full name of the Epic


回避策

Workarounds are ways to temporally circumvent a problem, although it still exists in the application.

  • Go to the Edit Announcement Banner page.
  • Add the following CSS script to modify the behavior of the dropdown:

    <style type="text/css">
    div#ghx-chart-selector, div#ghx-chart-picker-suggestions, input#ghx-chart-picker-field, 
    form#ghx-chart-picker-form, a#ghx-items-trigger {min-width:300px;}
    </style>
    
  • You can change the min-width: 500px; to the width of your preference.



最終更新日: 2019 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.