Skip to content

Commit 3169c22

Browse files
Merge pull request #43 from yoshizzle/managed_issue_type
Changes Support Ticket Managed Issue to a Boolean
2 parents 9ddcaf0 + 12cf11a commit 3169c22

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/data/objects/supportticket.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,13 @@ schema:
7373
type: String
7474
description: The gravatar id of the user who opened this ticket.
7575
value: "aad889008f120255f1ac47fde3f5338b"
76-
managed_issue_type:
77-
type: Enum
78-
description: The Managed issue type of this ticket. Only present if your
79-
account has Managed Services activated.
80-
value: issue
81-
subtype: ManagedIssueType
76+
managed_issue:
77+
type: Boolean
78+
description: Set to True if your account has Managed Services activated.
79+
value: true
8280
enums:
8381
Status:
8482
new: The support ticket has just been opened.
8583
open: The support ticket is open and can be replied to.
8684
closed: The support ticket is completed and closed.
87-
ManagedIssueType:
88-
issue: An issue
89-
maintenance: Maintenance
90-
request: Other request
9185

0 commit comments

Comments
 (0)