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 b486516 commit 365dd5aCopy full SHA for 365dd5a
modules/structs/issue.go
@@ -76,6 +76,8 @@ type Issue struct {
76
// swagger:strfmt date-time
77
Deadline *time.Time `json:"due_date"`
78
79
+ TimeEstimate int64 `json:"time_estimate"`
80
+
81
PullRequest *PullRequestMeta `json:"pull_request"`
82
Repo *RepositoryMeta `json:"repository"`
83
0 commit comments