github-issues-import
github-issues-import copied to clipboard
Porting assignee information from source to target repo
It would be great to have a feature to add assignee for issue when porting to target repo if assignees have been already added as collaborators in target repo.
Suggested change ... will fail if assignee from source is not added as collaborators in target repo
In def import_issues(issues):....
for issue in issues:.....
if issue['assignee'] is not None:
new_issue['assignee'] = issue['assignee']['login']