File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,7 @@ const FeatureFlagIFCLabels = "ifc_labels"
1717const FeatureFlagFileBlame = "file_blame"
1818
1919// FeatureFlagIssueFieldsMultiSelect is the feature flag name for the multi-select
20- // variant of the custom issue fields write surface. When enabled, issue_write,
21- // set_issue_fields, and list_issues accept multi-select inputs
22- // (`field_option_names`, `multi_select_option_ids`, and `field_filters[].values`
23- // respectively) and their descriptions advertise multi-select. When disabled, the
24- // legacy variants of those tools are served, which do not accept multi-select
25- // inputs and whose descriptions do not mention multi-select.
26- //
27- // The flag is intentionally write-surface-only — read paths (list_issue_fields,
28- // issue_read, list_issues enrichment) continue to surface multi-select field
29- // VALUES for orgs that have dotcom-side multi-select enabled, matching what the
30- // dotcom UI already shows.
20+ // variant of the consolidated issue-fields write tools (issue_write, list_issues).
3121const FeatureFlagIssueFieldsMultiSelect = "remote_mcp_issue_fields_multiselect"
3222
3323// AllowedFeatureFlags is the allowlist of feature flags that can be enabled
You can’t perform that action at this time.
0 commit comments