Skip to content

Add basic iteration report view

Simon Knox requested to merge psi-iteration-report-init into master

What does this MR do?

Ref #218277 (closed)

Split up !33566 (closed)

Basic info only

  • Does not include edit button/view
  • Does not include issues list

behind group_iterations feature flag. To enable for the gitlab-org group on dev:

echo "Feature.enable(:group_iterations, Group.first)" | bin/spring rails c

Screenshots

With iteration Without (manually edit URL)
Screen_Shot_2020-06-15_at_10.52.37_am Screen_Shot_2020-06-15_at_11.17.15_am
Edited by Simon Knox

Merge request reports