I first imported 114 Issues with a csv-File ((UTF-8 with TABS).
Now i want to modify some values. When i import the modified csv file, Jira doesn't update the existing issues with the new values but create new Issues.
I have an opened Ticket, but perhaps the community has a solution.
Thanx
jc
What values exactly did you put in the last column for issue key? That should be the ABC-123 issue ID for the newly created issues that you want to update.
Also, which values were you trying to update for those issues?
Hello Trudy
Column L1 = organgs-ID
L2 = 11553
L2 = 11554
....
L115 = 11666
I Need to change values in D, E, F, G in the CSV and import the modigied cells in Jiro, but only overwrite the modified values.
Thanx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jean-Christophe Chaulieu - in your last column, for issue key, did you put in issue IDs? These IDs must match the issue key exactly. For example:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is ABC-124? I have only 6char for the issue key (e.g. 11553)
If it matches than A.5.1.1 must be SPIEL-1 and not SPIEL 231. Because I have only 114 Issues. See Printscreen
Thanx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"SPIEL-<number>" is the issue key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok
I have now this csv
Notice: the only values to change in Jira are in column M (chj and std)
After the import, I have 2 new Issues and not overwrite SPIEL-1 and SPIEL-2.
Perhaps is the mistike in reimport.
What can I do here to pass and not fail?I think, I must do the right thing here!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to map the Issue Key column in your csv file to the Issue Key field in the mapping screen. Otherwise the import process doesn't not know that you want to update existing issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What Trudy said 👍
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.
@Jean-Christophe Chaulieu - allo! 👋
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The first csv file hasn't an "issue key" column, the key will be generate by the first import. So i didn't have values to map
Than I create a new column at the last column and filled the 4 ones with the respective values.
Than i imported the file but the 4 mofified issues are not be overwrited.
jc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jean-Christophe Chaulieu - after performing your initial import, search Jira to find the IDs of the generated tickets. You'll need to add the issue key to the next CSV file you import.
For an imported CSV, if Jira doesn't find an issue key to map, it will create a new issue. If Jira finds an issue key to map, it will update the existing issue with the value in the CSV.
Hope this makes sense?
You can also reference "Updating existing issues" in this help doc if you need more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dave
I think, I did like you wrote. But no success. What is the command to search the IDs in Jira?
Thank a lot.
jc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jean-Christophe Chaulieu - search for recently created issues in that project.
After doing an import, you could use this JQL to find issues made in the last hour:
project = SPIEL AND created >= -1h
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but it doesn't help me.
What I need is the process from importing csv-File with value to overwrite in an existin issue. Without increasing the Key n+1
Like this: Issue key SPIEL-1 must stay SPIEL-1 after import. Not SPIEL-235
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The process for updating an existing issue through the CSV import is to have an issue column with the existing issue's issue ID (i.e. SPIEL-1) and during the Field Mapping step of the import process map that column to the Issue Key field. If that is not working there is some detail about the steps you are taking that is incorrect.
One more time, can you show us the input file, the Mapping screen, and the log for the import process after you execute it?
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.
Thanks for continuing to work with us as we try to help solve your problem.
Is the SPIEL project a Team Managed or Company Managed project?
What is the Issue Type of the already created SPIEL-1 issue?
What is the Field Type of the field you are trying to update?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it is a team managed project, but I'm not sure. Where can I see it?
I think Issue Type is TASK
Field type of the field ist Aa, in this case in the csv file the Value in L2 = chj.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you are looking at the board for the project, or the issue list for the project if there is no board yet, at the bottom of the navigation pane on the left it will say which type of project it is.
If you hover your mouse over the icon next to the issue ID, it will show hover help telling you the issue type for that issue.
When you say the field type is "Aa" do you mean it is a Text field (versus a list field, or a number field)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Than Team-Managed
2. Than TASK
3. Yes short Textfield <255 char
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Trudy
Did you send me an answer? I'm not sure!
Thank you very much for all the help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jean-Christophe,
No, I have not added any more replies on this post. I have been busy working on other tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn't match:
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.