import issues from CSV to Youtrack - import issue links

Answered

Hi - I am playing around with the csv import function using Python.

Is there any way I can define issue B depends on issue A in the CSV file?

also, where I could find a reference of column mapping for filling in FIELD_NAMES? I am just sort of guessing what Youtrack requires and the field names.

 

Thanks!

 

ref: https://www.jetbrains.com/help/youtrack/standalone/7.0/Import-from-CSV-File.html

0
1 comment
Official comment

Hello, thank you for reaching out and sorry for the delay.

 

> Is there any way I can define issue B depends on issue A in the CSV file?

No, unfortunately there isn't.

 

> where I could find a reference of column mapping for filling in FIELD_NAMES?

There are several special fields of the issue, they are listed on the page https://www.jetbrains.com/help/youtrack/standalone/7.0/Import-from-CSV-File.html

Some of those fields are required: project_name, numberInProject,  summary, created, reporterName. Other ones are optional, for example, updated, updatedName. You can see the full list here: https://www.jetbrains.com/help/youtrack/standalone/7.0/Import-Issues.html 

 

Please let me know if you have further questions.

 

Please sign in to leave a comment.