Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×I added projects now i need to import several projects to already created using CSV
In the CSV there are some columns like Project Name, Assignee, Reporter,file attachement
but my question is how do i bind this imported project to existing ones using CSV
thanks
It's not clear what you have done from that. Two possibilities are:
1. You have data in CSV and have not imported it. Run the CSV importer, and select "project data is in CSV file", it'll then ask you explicitly to map projects from the data. See http://confluence.atlassian.com/display/JIRA/Importing+Data+From+CSV for the detail
2. You have imported stuff from CSV and your data is in new projects. In that case, move the issues to the correct projects.
thank you a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic ,
I have another related problem
i am getting this error:
I followed yor step and used "project data is in CSV file" while importing using CSV file
thanks for any suggestion
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is an option while mapping CSV to existing project called Additionaly map this field .this checkbox is normaly infront of field when you import the CSV.By additionaly mapping/importing you can create new field as well if it is not representing Jira default fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can import several projects from CSV file by using Jira import external projects utility.you have to attach one CSV file to one particular project in order to avoid errors.if u are importing CSV for new project then while importing CSV u have an option of create new project for this CSV.On the other way u can select existing project for CSV also .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe that multiple project import is achievable.
What is the version of the JIRA Importers plugin that you are using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Justin
i am using jira importer plugin 3.2 and i tried 2.7.6 Snapshot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, since this is the case, the importing should work correctly.
Here's the format for the CSV with multiple projects:
ProjectName,ProjectKey,Assignee,Summary,Description
"Test Project","TP","justin","Test Issue 01", "This is a test"
The example shows that I would like to import the line to a project Test Project with project key TP. You would then need to choose the correct fields for all these fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface allows you to import CSV directly into an existing project. See release notes .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.