Skip to content

Commit

Permalink
Add issue number to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Jun 7, 2019
1 parent 4cadbc4 commit 15fe326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zendesk/ticket.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ type Ticket struct {
// Comment is POST only and required
Comment TicketComment `json:"comment,omitempty"`

// TODO: TicketAudit (POST only)
// TODO: TicketAudit (POST only) #126
}

// TODO: This is temporary struct for ticket support.
// TODO: This is temporary struct for ticket support. #125
// Need to make it into correct TicketComment structure.
// https://developer.zendesk.com/rest_api/docs/support/ticket_comments
type TicketComment struct {
Expand Down

0 comments on commit 15fe326

Please sign in to comment.