Skip to content

Move `seats usage` from billing to usage quotas

What does this MR do?

Closes #334861 (closed)

As part of the long-term vision for Seat Usage documented in &5872 we will move the Seat Usage page from the current location within Group settings > Billing directory, to Group settings > Usage Quotas.

Screenshots or Screencasts (strongly suggested)

Before After
seat_usage_before seat_usage_after

How to setup and validate locally (strongly suggested)

You need to have a license on your GitLab instance locally in order to enable these views.

Migration of the UI

  1. Go to Menu > Groups > Your Group
  2. Chose Settings > Usage Quotas
  3. You'll see the Seats usage UI, with the billable users in "Your Group"
  4. The URL should be /groups/<your group>/-/usage_quotas#seats-quota-tab

Back end redirection

  1. If you place this path on your browser: /groups/<your group>/-/seat_usage
  2. You should be redirected to /groups/<your group>/-/usage_quotas#seats-quota-tab

Migration of the link

  1. Go to Menu > Groups > Your Group
  2. Chose Settings > Billing
  3. Under "Seats currently in use" click in the button Seat usage
  4. You should be redirected to /groups/<your group>/-/usage_quotas#seats-quota-tab

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Sheldon Led

Merge request reports