Hello if i am preparing a CSV import file. Will I have to set my Summary text for each Issue in "" ? Otherwise it will not get copied as text into my JIRA ?
There is no difference between new and updated issues in the handling of the text. You need to use quotes if the CSV format requires you to,
Update:
Regarding updating issues: In that case the CSV-file must contain the JIRA-Issue-Id column; keeping an empty string in Summary as "" cause the importer to wipe the existing text in the corresponding JIRA issue.
If you are using the CSV import file to create new issues then you need to put the correct text in the column for Summary. If however, you are using the CSV import file to update fields other than the summary then you should leave the summary empty.
Quote from Atlassian documentation on updating.
Importing a CSV to update existing issues will reset columns to their default values if they are not specified in the CSV.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how do i have to name the Parent ID in my header row ? I wonder since this is not the field name for "Mother Issues" in Jira. There this field is just named Key. So do i have to name it key in the header row ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You only need to include Parent ID if you are creating subtasks and this is where you would put the key of the issue which this is to be a subtask of.
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.