mafrosis/jira-offline

Parent link customfield support

Closed this issue · 1 comments

The Parent Link customfield enables linking from Epic upto Features/Themes.

The logic for re-linking after a push is currently a bit dumb; it assumes only epics and issues exist.

When Issue.parent_link is added, rewrite the push logic as follows:

  1. Gather new
  2. From this list, find all which are parents
  3. Send those first

After a new_issue, all parent links to the replaced issue should be updated

Closed in 1118fc3