Issue importing issues
trying to import issues from Redmine via the CSV import scripts.. Changed the mapping and I ran the script and get..
File "Redmine_csv2youtrack.py", line 73, in _get_issue_id
match_result = number_regex.search(issue[self._import_config.get_key_for_field_name(u'numberInProject')])
KeyError: 'Issue Id'
Any idea what causes this?
Thanks!!
File "Redmine_csv2youtrack.py", line 73, in _get_issue_id
match_result = number_regex.search(issue[self._import_config.get_key_for_field_name(u'numberInProject')])
KeyError: 'Issue Id'
Any idea what causes this?
Thanks!!
Please sign in to leave a comment.
It seems your csv file doesn't contain column 'Issue Id' that keeps issue number in project.