diff --git a/config/feature_flags/development/or_issuable_queries.yml b/config/feature_flags/development/or_issuable_queries.yml index 5205910b0a0e438fdff85401b21ded1a426e58d0..eaf124c655d69e92e74d09d99ac66d0d2daf523f 100644 --- a/config/feature_flags/development/or_issuable_queries.yml +++ b/config/feature_flags/development/or_issuable_queries.yml @@ -5,4 +5,4 @@ rollout_issue_url: milestone: '13.10' type: development group: group::project management -default_enabled: false +default_enabled: true diff --git a/doc/user/project/issues/managing_issues.md b/doc/user/project/issues/managing_issues.md index 84c90f992799ad119f4c62ffa248166e5094f525..8940f67e038edf0559643a516c266556df68ea3d 100644 --- a/doc/user/project/issues/managing_issues.md +++ b/doc/user/project/issues/managing_issues.md @@ -437,11 +437,12 @@ GitLab displays the results on-screen, but you can also > - OR filtering for author and assignee was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.6 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. > - OR filtering for label was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.8 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. +> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/104292) in GitLab 15.9. FLAG: -On self-managed GitLab, by default this feature is not available. -To make it available, ask an administrator to [enable the feature flag](../../../administration/feature_flags.md) named `or_issuable_queries`. -The feature is not ready for production use. +On self-managed GitLab, by default this feature is available. +To hide the feature, ask an administrator to [disable the feature flag](../../../administration/feature_flags.md) named `or_issuable_queries`. +On GitLab.com, this feature is available. When this feature is enabled, you can use the OR operator (**is one of: `||`**) when you [filter the list of issues](#filter-the-list-of-issues) by: