Skip to content

Add jh_custom_labels feature and config

Linjie Zhang请求将add-jh-custom-labels合并到main-jh

What does this MR do and why?

Related to issue https://jihulab.com/gitlab-cn/gitlab/-/issues/2709

Add jh_custom_labels feature and config

frontend part MR !1607 (merged)

/cc @qk44077907

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Change gitlab.yml

     development:
       jh_custom_labels:
         issue:
           - { scope: "priority",
               required: true }
  2. Enable feature flag in rails console

    Feature.enable(:jh_custom_labels)
  3. See config

    Gitlab::CurrentSettings.jh_custom_labels

MR acceptance checklist

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

Linjie Zhang 编辑于

合并请求报告

加载中