Skip to content

feat: allow prefilling project access tokens form

  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

This MR adds the ability to prefill parts of the project access token creator form. This brings it in line with the personal access token form which has had this feature for a while.

How to set up and validate locally

  1. Go to any project's project access token tab
  2. Add the url parameters ?name=Example+Access+token&scopes=api,read_user,read_registry
  3. When creating a project access token, the name and scopes should automatically be prefilled
Edited by 🤖 GitLab Bot 🤖

Merge request reports