Resolve "Blocking issues MVC: (add support for issue dependencies)"
Compare changes
This MR changes the "Related issues" card in the issue page to a "Linked issues" card that allows users to add and view issues that the current issue "relates to", "blocks" or "is blocked by".
This feature is activated using the feature flag :issue_link_types
:
bin/rails console
Feature.enable(:issue_link_types)
exit
Issue: #2035 (closed)
Before:
After:
Screen recording of adding and deleting issues:
Screen_Recording_2019-12-18_at_4.22.04_pm
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec