hi
I am using External System Import feature to update an existing Sub-task. My goal i sto update a Sub-task w.r.t it's Parent Id.
Before: A sub-task SAM-1 has a parent story PAR-1
After Import : SAM-1 has parent story as PAR-2
My csv looks like this :
Issue Id, issue type, Summary, Parent Id
SAM-1 , Sub-task , "hello world", PAR-2
When I import the CSV, I get the following message : "1 of 1 issues have been skipped because they already exist in destination projects."
I also tried mapping Issue Id to issue Key during the import column mapping, but I dont see the update happening.
Please help.
This sounds like it is wrong, and I think you need to re-explain the problem more clearly
You say
> Before: A sub-task SAM-1 has a parent story PAR-1
No. No it does not. SAM-1 cannot possibly have a parent story of PAR-1. Subtasks belong to the same project as their parent and are always higher numbered. So SAM-2 could be a child of SAM-1, but if your JIRA really does have what you describe, then you've broken it, and badly. You need to forget CSV updates for now and repair that before you can do anything else.
I'm hoping what you've actually done is just written this question with bad data though. If that is correct, could you explain what you have really got and what the actual parent/child ids are and what is in your CSV
hi Nic,
Thanks for your reply. Yes, my data is incorrect. Let me give you the valid data:
Before: Sub-task ST-17 has a parent story ST-8
After Import : ST-17 should have a parent story ST-6
My CSV looks like this:
Issue Id, issue type, Summary, Parent Id
ST-17 , Sub-task , "hello world", ST-6
I have tried importing this CSV using the following column mapping (2 different import trials)
Trial 1 Mapping : Issue id -> Issue Id
Trial 2 Mapping : issue id -> Issue Key
But with neither trials, I am seeing the parent Id getting updated to ST-6.
Please note that ST-17, ST-8, ST-6 etc are already existing issues in JIRA.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that makes more sense. Problem is that the CSV importer can not change the parent issue of a subtask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Totally off-topic, but yes, click delete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.