Export Over 1000 Results to Excel from Jira Cloud

お困りですか?

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

コミュニティに質問

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

要約

From the Issue Navigator, users are unable to export to Excel more than 1000 rows.

原因

The 1000-row export limit within JIRA Cloud is hardcoded specifically to prevent a performance hit to your instance.

ソリューション

回避策 1

Export issues by using Google Sheets or Microsoft Excel:

Additional information can be found here: How to export more than 1000 issues using Google Sheets

回避策 2

Use the  pager/start URL parameter to work around this issue by adjusting the index value to export issues from 1001 onwards. You will need to merge the results manually.

  1. Run a search on the issue navigator to get all the issues that need to be exported (The example below contains 1000+ issues):
  2. Export the first 1000 issues using the standard export feature (Export > Export Excel CSV (all fields)):
  3. For the next thousand issues, right-click on the same option above and open in a new tab, you should get a URL string like below:

    https://<instance name>/sr/jira.issueviews:searchrequest-csv-all-fields/temp/SearchRequest.xls?jqlQuery=&tempMax=1000

    必要なのは URL 文字列のみのため、ダウンロードをキャンセルします。

  4. Append the &pager/start=1000 at the end of the URL string to instruct JIRA to export from index 1001 and above. Example:

    https://<instance name>/sr/jira.issueviews:searchrequest-csv-all-fields/temp/SearchRequest.xls?jqlQuery=&tempMax=1000&pager/start=1000

    ブラウザでこの URL にアクセスし、プロンプトが表示されたらファイルを保存します。次の 1000 件の課題についてもインデックス値を同様に調整します。例: &pager/start=2000

  5. エクスポートされた CSV ファイルを開き、必要に応じて手動で統合します。


最終更新日 2024 年 6 月 28 日

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

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