Skip to content

Gate group level work item creation behind FF

Mario Celi requested to merge 392812-gate-group-level-work-item-creation into master

What does this MR do and why?

Creating a work item that belongs directly to a group is now only possible if the namespace_level_work_items feature flag is enabled.

This should always have been released behind a feature flag since group level work items is a feature in development. Currently no way to fetch created work items at the group level, that is also under development.

THis is not a breaking change since the workItemCreate mutation is an alpha mutation. I also have confirmed we have 0 work items created at the group level in .com at the moment

MR acceptance checklist

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

Related to #392812 (closed)

Edited by Mario Celi

Merge request reports