Jira issues - Clean up issue creation section UI in settings form
Merged
requested to merge 452161-jira-issues-clean-up-issue-creation-section-ui-in-settings-form into master
This change is behind the feature flag jira_multiple_project_keys
. Previous MR !148004 (merged).
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Before - without feature flag | Before - with feature flag | After |
---|---|---|
![]() |
![]() |
![]() |
In rails console enable the experiment fully
Feature.enable(:jira_multiple_project_keys)
Go to Project > Settings > Integrations > Jira. For example, http://127.0.0.1:3000/gitlab-org/gitlab-test/-/settings/integrations/jira/edit
.
Related to #452161 (closed)