I would like to import (using the CSV importer) the following:
1. Issues
2. Sub-Tasks related to these issues.
However, I want to RETAIN the original Sub-Task ID and not have a new one created.
So ...
XXX-1234 is the Issue ID
abcd-1234 are Sub-Tasks of the Issue ID
efgh-1234 are Sub-Tasks of the Issue ID
I want to import using CSV these Sub-Tasks and have them associated with the Issue ID as abcd-1234, efgh-1234 and not a new issue-keys e.g. ijkl-1234.
I hope this makes sense to somebody.
Thanks
There's a couple of things wrong here.
First, a new issue always takes the next free number in the project, you cannot set issue keys. (You can give Jira the issue key, but that tells it "edit existing issue if there is one")
Second, your issue keys are invalid so it can't work anyway. Sub-tasks belong to parent issues, which belong to projects. By definition, a sub-task is in the same project as its parent, and hence have the same project key. Your issues would have to be
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.