Skip to content

Fix JIRA DVCS retrieving repositories

Arturo Herrero requested to merge 37012-jira-dvcs-error into master

What does this MR do?

Retrieving repositories from personal namespace on GitLab.com results in an error. This is a regression introduced in f755a5ff.

The intent was to return all projects for instance admins but we don't need to include public projects for regular users.

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #37012 (closed)

Merge request reports