You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/connectwise_psa/actions/create-ticket/create-ticket.mjs
+51-3Lines changed: 51 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "connectwise_psa-create-ticket",
5
5
name: "Create Ticket",
6
6
description: "Creates a new ticket in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Tickets/postServiceTickets)",
7
-
version: "0.0.1",
7
+
version: "0.1.0",
8
8
type: "action",
9
9
props: {
10
10
connectwise,
@@ -31,6 +31,23 @@ export default {
31
31
"priority",
32
32
],
33
33
},
34
+
note: {
35
+
type: "string[]",
36
+
label: "Note(s)",
37
+
description: "Text content of one or more notes to add to the ticket",
0 commit comments