Skip to content

Draft: Fix quick actions for work items at the group level

Joseph Wambua requested to merge 434342-group-workitem-quickactions into master

What does this MR do and why?

When executing quick actions in a work item note (at group level) the command fails and returns an error

{"data":{"createNote":{"note":null,"errors":["Commands only Could not apply add_child command.","Command names [\"add_child\"]"],"__typename":"CreateNotePayload"}}}

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #434342 (closed)

Merge request reports