Skip to content

Add Jira project keys field behind feature flag

What does this MR do and why?

  • Add feature flag jira_multiple_project_keys and pass it to frontend.
  • Add Jira project keys text input field to the Issues section.

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

No changes to existing UI.

Without feature flag With feature flag
Jira_issues_project_keys_without_ff Jira_issues_project_keys_with_ff

How to set up and validate locally

  1. Go to Project > Settings > Integrations > Jira. For example, http://127.0.0.1:3000/gitlab-org/gitlab-test/-/settings/integrations/jira/edit
  2. Select the Enable Jira issues checkbox to view the section.
  3. Enable the jira_multiple_project_keys feature flag.

Related to #440429 (closed)

Merge request reports