Skip to content

Commit

Permalink
Merge pull request #55 from TeutoNet/pr-54-keep-ids
Browse files Browse the repository at this point in the history
 Pass human_time_estimate and human_total_time_spent to create_issue when keep-ids is enabled
  • Loading branch information
scambra committed Aug 10, 2020
2 parents a571df0 + f50ee3b commit 6992a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine_gitlab_migrator/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def perform_migrate_issues(args):
else:
if args.keep_id:
try:
fake_meta = {'uploads': [], 'notes': [], 'must_close': False}
fake_meta = {'uploads': [], 'notes': [], 'must_close': False, 'human_time_estimate': None, 'human_total_time_spent': None}
if args.sudo:
fake_meta['sudo_user'] = meta['sudo_user']
while redmine_id > last_iid + 1:
Expand Down

0 comments on commit 6992a60

Please sign in to comment.