mirror of
https://github.com/makeplane/plane.git
synced 2026-09-03 12:50:29 +02:00
Work item create/update via the external API returned 200/201 even when assignees or labels didn't belong to the project, quietly filtering the invalid ids out with no error. Now raises the same kind of ValidationError already used for state/parent, matching the pattern of #9517.