Skip to content

Add form to create issues to epics tree feature

Inactive Account requested to merge winh-epic-new-issue into master

What does this MR do?

Adds a new form to the epics tree feature which allows to create new issues in a project of the group or any subgroup.

part of #5419 (closed)

Screenshots

Screen_Shot_2019-12-09_at_13.14.48

Screen_Shot_2019-12-09_at_13.15.04

Screen_Shot_2019-12-09_at_13.15.25

Screen_Shot_2019-12-09_at_13.15.54

Manual Testing

The changes are currently behind two feature flags:

bin/rails console
Feature.enable(:epic_trees)
Feature.enable(:epic_new_issue)
Edited by 🤖 GitLab Bot 🤖

Merge request reports