[WEB-4122] fix: estimate in project export #7091

This commit is contained in:
Sangeetha
2025-05-20 12:56:30 +05:30
committed by GitHub
parent cfac8ce350
commit 2f4aa843fc
+2 -2
View File
@@ -478,8 +478,8 @@ def issue_export_task(
}
for comment in issue.issue_comments.all()
],
"estimate": issue.estimate_point.estimate.name
if issue.estimate_point and issue.estimate_point.estimate
"estimate": issue.estimate_point.value
if issue.estimate_point and issue.estimate_point.value
else "",
"link": [link.url for link in issue.issue_link.all()],
"assignees": [