[WEB-4602] fix: 500 error on draft wi labels update #7515

This commit is contained in:
Sangeetha 2025-07-30 20:18:48 +05:30 committed by GitHub
parent 57935a94cc
commit 27fa439c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,7 +260,7 @@ class DraftIssueCreateSerializer(BaseSerializer):
DraftIssueLabel.objects.bulk_create(
[
DraftIssueLabel(
label=label,
label_id=label,
draft_issue=instance,
workspace_id=workspace_id,
project_id=project_id,