Skip to content

Commit

Permalink
Adding field for linking TW Desk Ticket ID to Task Creation
Browse files Browse the repository at this point in the history
  • Loading branch information
joesken authored and simonschaufi committed Jan 25, 2023
1 parent 5755555 commit 12dcec9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ protected function init()
'type'=>'array'
]
],
'ticketId'=>[
'required'=>false,
'attributes'=>[
'type'=>'integer'
]
],
'responsible_party_id' => false,
'attachments' => false,
'pending_file_attachments' => false
Expand Down

0 comments on commit 12dcec9

Please sign in to comment.