github-issues-import icon indicating copy to clipboard operation
github-issues-import copied to clipboard

Porting assignee information from source to target repo

Open emilfred opened this issue 12 years ago • 1 comments

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.

emilfred avatar Dec 05 '13 15:12 emilfred

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']

emilfred avatar Dec 05 '13 15:12 emilfred