CSV Import Fails due to Illegal Group Reference Error
プラットフォームについて: 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 は除く
症状
When importing JIRA issues via CSV file, after the field mappings page, the user encounters a 500 error page as well as the below stack trace.
atlassian-jira.log に次のエラーが返される。
2013-06-04 16:05:01,494 http-8502-8 ERROR [500ErrorPage.jsp] Exception caught in 500 page Illegal group reference
java.lang.IllegalArgumentException: Illegal group reference
at java.util.regex.Matcher.appendReplacement(Matcher.java:713)
at java.util.regex.Matcher.replaceFirst(Matcher.java:861)
at java.lang.String.replaceFirst(String.java:2146)
at com.atlassian.jira.plugins.importer.imports.csv.web.CsvFieldMappingsPage.doValidation(CsvFieldMappingsPage.java:96)
原因
Special characters such as the $ in the import file may not be parsed correctly and can cause the IllegalArgumentException.
ソリューション
Edit the CSV file and remove any $ in the column headings and reimport the CSV file.
この内容はお役に立ちましたか?