Skip to content

Commit

Permalink
Add TODO markers for issue sub-tasks and relations export management
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-tales committed Feb 6, 2018
1 parent ccf6ff0 commit 1a5ac4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redmine2jira/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ def _export_issues(issues, users, groups, projects, trackers,
_save_journals(issue.journals, referenced_users_ids)
_save_time_entries(issue.time_entries, referenced_users_ids)

# TODO Save sub-tasks

# TODO Save relations

return referenced_users_ids


Expand Down

0 comments on commit 1a5ac4c

Please sign in to comment.