From fdb05636837e5822f3e7929ec484aa497243d98a Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Tue, 20 Feb 2024 13:42:55 +0530 Subject: [PATCH] dev: update cycle issues --- apiserver/plane/app/views/cycle.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apiserver/plane/app/views/cycle.py b/apiserver/plane/app/views/cycle.py index c2a7f7d6f..eaa290662 100644 --- a/apiserver/plane/app/views/cycle.py +++ b/apiserver/plane/app/views/cycle.py @@ -820,6 +820,8 @@ class CycleIssueViewSet(WebhookMixin, BaseViewSet): } ) + # Update the cycle issues + CycleIssue.objects.bulk_update(updated_records, ["cycle_id"], batch_size=100) # Capture Issue Activity issue_activity.delay( type="cycle.activity.created",