Skip to content

Enable GH and BB Server importer UI when override flags are enabled

What does this MR do and why?

Similar to Enable Direct Transfer UI when override flag is... (!163481 - merged) for Direct Transfer.

Currently, when GitHub or BitBucket Server Importer are disabled in the application settings, one can still use the API by enabling one of the override feature flags override_github_disabled or override_bitbucket_server_disabled FF. However, the UI will remain disabled.

With this change, users can use these two importers via both the API and the UI when the corresponding override FF is enabled for a given user.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Martin Wortschack

Merge request reports