File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2525 "description" : " Mail to create fixture ticket for testing\n\n nukosuke (●ↀ ω ↀ●)" ,
2626 "priority" : null ,
2727 "status" : " solved" ,
28+ "custom_status_id" : 12480498776781 ,
2829 "recipient" : " support@d3v-terraform-provider.zendesk.com" ,
2930 "requester_id" : 377922500012 ,
3031 "submitter_id" : 377922500012 ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ type Ticket struct {
5757 Description string `json:"description,omitempty"`
5858 Priority string `json:"priority,omitempty"`
5959 Status string `json:"status,omitempty"`
60+ CustomStatusID int64 `json:"custom_status_id,omitempty"`
6061 Recipient string `json:"recipient,omitempty"`
6162 RequesterID int64 `json:"requester_id,omitempty"`
6263 SubmitterID int64 `json:"submitter_id,omitempty"`
You can’t perform that action at this time.
0 commit comments