Skip to content

Commit

Permalink
Merge pull request #287 from raintomista/unmarshal-support-ticket
Browse files Browse the repository at this point in the history
Unmarshal support for Ticket GroupID
  • Loading branch information
nukosuke committed Oct 13, 2023
2 parents 56bff48 + 82cf958 commit 13fdfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zendesk/ticket.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Ticket struct {
SubmitterID int64 `json:"submitter_id,omitempty"`
AssigneeID int64 `json:"assignee_id,omitempty"`
OrganizationID int64 `json:"organization_id,omitempty"`
GroupID int64 `json:"group_id,omitempty"`
GroupID json.Number `json:"group_id,omitempty"`
CollaboratorIDs []int64 `json:"collaborator_ids,omitempty"`
FollowerIDs []int64 `json:"follower_ids,omitempty"`
EmailCCIDs []int64 `json:"email_cc_ids,omitempty"`
Expand Down

0 comments on commit 13fdfd8

Please sign in to comment.