The option to export issues to CSV is missing in Jira

お困りですか?

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

コミュニティに質問

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

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

要約

This article explains how to fix when the options Export >> CSV (All fields) and CSV (Current fields) are missing from the Export menu drop-down menu:

Actual Results:

Expected Results:

Enable the modules

Follow the steps below to re-enable the missing modules:

1. As a Jira Admin, go to -> Manage apps -> Manage apps.

2. Search for the system plugin called "Issues Views Plugin" as the example below:

3. Expand the plugin and click on the "x of x modules enabled",  so it can be expanded as well.

4. Enable the following 2 modules:

Excel (CSV, All) (searchrequest-csv-all-fields)

Excel (CSV, Current) (searchrequest-csv-current-fields)

You should be able to see the links CSV (All Fields) and CSV (Current Fields) back to the Export drop-down menu now.


Modules are missing

In case you went through the above steps, but you failed to find the modules on step 4, please continue with following steps to re-add the modules:

1. Stop Jira.

2. Create a backup of the following file:

<jira-install>/atlassian-jira/WEB-INF/classes/system-issueviews-plugin.xml

3. Edit the original file and make sure you have the following modules present and not commented out:

<search-request-view key="searchrequest-csv-all-fields" i18n-name-key="admin.issue.views.searchrequest.plugin.csv.all" name="Excel" class="com.atlassian.jira.issue.views.csv.SearchRequestCsvViewAllFields" state='enabled' fileExtension="csv" contentType="text/csv" excludeFromLimitFilter="false">
        <order>90</order>
        <condition class="com.atlassian.jira.issue.views.conditions.IsCsvExportEnabledCondition"/>
</search-request-view>    
<search-request-view key="searchrequest-csv-current-fields" i18n-name-key="admin.issue.views.searchrequest.plugin.csv.current" name="Excel" class="com.atlassian.jira.issue.views.csv.SearchRequestCsvViewCurrentFields" state='enabled' fileExtension="csv" contentType="text/csv"  excludeFromLimitFilter="false">
        <order>100</order>
        <condition class="com.atlassian.jira.issue.views.conditions.IsCsvExportEnabledCondition"/>
</search-request-view>

4. Start Jira.



最終更新日 2024 年 11 月 19 日

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

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