Skip to content

Group members list: Add filter by "blocked" status option

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

Add a "blocked" search option in the group view /groups/{group_slug}/-/group_members.

image

This feature is particularly useful for self-managed company GitLab as it avoids cluttering the view with blocked users.

Technically this requires at least:

  • Adding the option in the box
  • Adding the option in the url when this search is used
  • Adding the option to the api call (actually it looks like this page does not issue an api call and is just using the url query parameters)
  • Implementing the backend logic to filter on this (this is probably partly done)
  • Update documentation in https://docs.gitlab.com/user/group/#filter-a-group

References

It looks like the API already supports it gitlab-foss!7109 (merged)

@gitlab-bot label ~"group::personal productivity" sectionfulfillment Category:User Management GitLab Free GitLab Premium GitLab Ultimate typefeature featureaddition documentation

Edited by 🤖 GitLab Bot 🤖