Troubleshooting creating issues in hierarchy via CSV Import in Jira

お困りですか?

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

コミュニティに質問

robotsnoindex


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

要約

This article outlines different scenarios for creating issues within a hierarchy level in Jira Cloud.

ソリューション

Scenario 1: Creating Both Parent and Child Issues Simultaneously

If both the parent and child issues are being created at the same time, include the following fields in your CSV:

  • Summary: Mapped to Summary

  • Issue Type: Mapped to Issue Type

  • Issue ID: Mapped to Issue ID

  • Parent ID: Mapped to Parent

The parent and issue IDs are unique random numbers used by the importer to link the issues together and do not reflect the actual issue IDs in the database.

Example CSV Format:


Summary, Issue Type, Issue ID, Parent ID 
Test, Task, 1, 
Test, Sub-task, 2,1


Scenario 2: Creating Only Child Issues

If only the child issues exist in the CSV file, ensure the following fields are included:

  • Summary: Mapped to Summary

  • Issue Type: Mapped to Issue Type

  • Issue ID: Mapped to Issue ID

  • Parent ID: Mapped to Parent (Holds the issue key of the existing parent issue)

Example CSV Format:


Summary, Issue Type, Issue ID, Parent ID 
Test, Sub-task, 1, ABC-123


By following these guidelines, you can ensure that your CSV import process for creating issues in Jira Cloud is successful.


Last modified on Mar 7, 2025

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

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