Skip to content

Add missing coverage to group level work item creation

Mario Celi requested to merge 392812-add-missing-coverage into master

What does this MR do and why?

Creating work items at the group level was gated behind the namespace_level_work_items feature flag in !127555 (merged). We still allow creating work items at the ProjectNmaespace level using the namespacePath argument in the mutation. This commit makes sure we can still create project level work items using the new argument when the namespace_level_work_items FF is disabled

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)

Merge request reports