Skip to content

Commit 12dcec9

Browse files
joeskensimonschaufi
authored andcommitted
Adding field for linking TW Desk Ticket ID to Task Creation
1 parent 5755555 commit 12dcec9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Task.php

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ protected function init()
5353
'type'=>'array'
5454
]
5555
],
56+
'ticketId'=>[
57+
'required'=>false,
58+
'attributes'=>[
59+
'type'=>'integer'
60+
]
61+
],
5662
'responsible_party_id' => false,
5763
'attachments' => false,
5864
'pending_file_attachments' => false

0 commit comments

Comments
 (0)