chore: added total estimate point in the project active cycle

This commit is contained in:
NarayanBavisetti
2024-07-11 13:04:45 +05:30
parent 31f67e189d
commit ab751c4e5c

View File

@@ -800,6 +800,8 @@ class CycleViewSet(BaseViewSet):
"sub_issues",
"logo_props",
# meta fields
"completed_estimate_points",
"total_estimate_points",
"is_favorite",
"total_issues",
"cancelled_issues",