Skip to content

FE: Add ability to have multiple actions

Why are we doing this work

  • Users want to be able to select a combination of roles, individual users, and groups to be approvers

Relevant links

Implementation plan

MR 1

Verification steps

  1. Upload a GitLab Ultimate license
  2. Enable the :scan_result_role_action feature flag with the below command
echo "Feature.enable(:scan_result_role_action)" | rails c
  1. Navigate to a project/group => Security & Compliance => Policies => New policy => Scan Result Policy
  2. Verify a user can add multiple actions and modify individual actions that do not affect the other actions
Edited by Alexander Turinske