Skip to content
代码片段 群组 项目
未验证 提交 10fa5542 编辑于 作者: Mario Celi's avatar Mario Celi 提交者: GitLab
浏览文件

Enable moving issue children by default

When an issue is moved into another project
(copied and closed on source project), we will do the
same for tasks that might have been associated to the
issue

Changelog: changed
上级 ea2a00b1
No related branches found
No related tags found
1 合并请求!2419Fix TanukiBot spec relying on outdated code
...@@ -6,4 +6,4 @@ rollout_issue_url: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17 ...@@ -6,4 +6,4 @@ rollout_issue_url: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17
milestone: '16.9' milestone: '16.9'
group: group::project management group: group::project management
type: beta type: beta
default_enabled: false default_enabled: true
...@@ -134,12 +134,12 @@ To move an issue: ...@@ -134,12 +134,12 @@ To move an issue:
### Moving tasks when the parent issue is moved ### Moving tasks when the parent issue is moved
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/371252) in GitLab 16.9 [with a flag](../../../administration/feature_flags.md) named `move_issue_children`. Disabled by default. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/371252) in GitLab 16.9 [with a flag](../../../administration/feature_flags.md) named `move_issue_children`. Disabled by default.
> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/371252) in GitLab 16.11.
FLAG: FLAG:
On self-managed GitLab, by default this feature is not available. To make it available per project or for your entire instance, On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can
an administrator can [enable the feature flag](../../../administration/feature_flags.md) named `move_issue_children`. [disable the feature flag](../../../administration/feature_flags.md) named `move_issue_children`.
On GitLab.com and GitLab Dedicated, this feature is not available. On GitLab.com, this feature is available.
This feature is not ready for production use.
When this feature is enabled, when you move an issue to another project, all its child tasks are also When this feature is enabled, when you move an issue to another project, all its child tasks are also
moved to the target project and remain associated as child tasks on the moved issue. moved to the target project and remain associated as child tasks on the moved issue.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册