We have teams that have created a ton of parent issues and now want to create all the subtasks that need to be associated to them. I know CSV will not work can they use JSON?
I don't know about JSON, but importing subtasks to existing issue using CSV works for me. Just make sure that the value of Parent ID is the same as External Issue ID of the existing issue. You can add External Issue ID if the issue doesn't have one and delete it later after finishing the import
CSV cannot import sub-tasks unless you import the parent at the same time. This team ONLY wants to import sub-tasks since they have ALL the parents already created. They asked if they can use JSON but we are unsure how to assist them as we have never used the JSON importer before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not really, the JSON just offers a more complete option to import data, having more options do described data, but has the same limitations as the CSV importer. I think your best option here would be create your own script to read the data from the CSV ou JSON file you have and create the issues with the JIRA API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh ok.. What will happen if you export all parents to csv, then add the new subtasks to the same file, and re-import?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Teilor Soares. I will let me know. Alexander that is one way they could have done it but they were not interested initially but they may be inclined to now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on comment from Przemyslaw Borkowski on the the link provided over you can use the subtasks object for this, but in your case (only import of subtasks) you are looking the parent id described under Creating sub-tasks as per https://confluence.atlassian.com/display/Cloud/Importing+Data+from+CSV
Possible duplicate of CSV Importing of 'sub-tasks' and linking to existing 'Story'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry I will need to re-clarify. They are wanting to use the JSON importer as per https://confluence.atlassian.com/display/JIRA/Importing+Data+from+JSON to import just subtasks for their issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can. I just need to provide a parent field when creating the issue through JSON, as per the doc https://docs.atlassian.com/jira/REST/latest/#d2e384
Cheers!
Teilor
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.