Skip to content

Commit b486516

Browse files
authored
Add TimeEstimate field to issue conversion
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
1 parent 7a474d1 commit b486516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/convert/issue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func toIssue(ctx context.Context, doer *user_model.User, issue *issues_model.Iss
5959
Created: issue.CreatedUnix.AsTime(),
6060
Updated: issue.UpdatedUnix.AsTime(),
6161
PinOrder: util.Iif(issue.PinOrder == -1, 0, issue.PinOrder), // -1 means loaded with no pin order
62+
TimeEstimate: issue.TimeEstimate,
6263
}
6364

6465
if issue.Repo != nil {

0 commit comments

Comments
 (0)