Skip to content

Release Jira Connect application settings

What does this MR do and why?

This default enables the jira_connect_oauth_self_managed_setting feature. The feature flag was used to hide an application settings section to add settings for the Jira connect app.

This will allow users to configure their instances to use GitLab.com as a proxy for the GitLab.com for Jira Cloud app.

The proxy feature is behind another feature flag. With enabling the jira_connect_oauth_self_managed_setting feature, we can get the settings out to self-managed users and the feature can be used as soon as GitLab.com is ready.

How to set up and validate locally

  1. Go to http://127.0.0.1:3000/admin/application_settings/general
  2. Scroll to the bottom and see the new GitLab for Jira App section

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #377679 (closed)

Merge request reports