[WEB-4122] fix: estimate in project export #7091
This commit is contained in:
parent
cfac8ce350
commit
2f4aa843fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue