We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a474d1 commit b486516Copy full SHA for b486516
services/convert/issue.go
@@ -59,6 +59,7 @@ func toIssue(ctx context.Context, doer *user_model.User, issue *issues_model.Iss
59
Created: issue.CreatedUnix.AsTime(),
60
Updated: issue.UpdatedUnix.AsTime(),
61
PinOrder: util.Iif(issue.PinOrder == -1, 0, issue.PinOrder), // -1 means loaded with no pin order
62
+ TimeEstimate: issue.TimeEstimate,
63
}
64
65
if issue.Repo != nil {
0 commit comments