|
|
@ -116,9 +116,3 @@ type IssueDeadline struct { |
|
|
|
// swagger:strfmt date-time
|
|
|
|
// swagger:strfmt date-time
|
|
|
|
Deadline *time.Time `json:"due_date"` |
|
|
|
Deadline *time.Time `json:"due_date"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// EditPriorityOption options for updating priority
|
|
|
|
|
|
|
|
type EditPriorityOption struct { |
|
|
|
|
|
|
|
// required:true
|
|
|
|
|
|
|
|
Priority int `json:"priority"` |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|