tentwentyfour / remaim

Redmine to Maniphest migration utility
MIT License
8 stars 2 forks source link

Add support for issue relations #15

Open kwisatz opened 8 years ago

kwisatz commented 8 years ago

Encountered an unknown journal entry: a:3:{s:8:"property";s:4:"attr";s:4:"name";s:9:"parent_id";s:9:"old_value";s:4:"3925";}

Currently, we completely ignore issue relations, not adding those changes to the comment section using recountStory, nor actually creating relations (blocks, subtasks) in maniphest.

Phabricator does only support parent <-> child relations, but we could maps some of the redmine relations to those. E.g. "blocks" can be mapped to "child blocks parent".

See http://www.redmine.org/projects/redmine/wiki/Rest_IssueRelations