Skip to content

Changes Support Ticket Managed Issue to a Boolean #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions src/data/objects/supportticket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,13 @@ schema:
type: String
description: The gravatar id of the user who opened this ticket.
value: "aad889008f120255f1ac47fde3f5338b"
managed_issue_type:
type: Enum
description: The Managed issue type of this ticket. Only present if your
account has Managed Services activated.
value: issue
subtype: ManagedIssueType
managed_issue:
type: Boolean
description: Set to True if your account has Managed Services activated.
value: true
enums:
Status:
new: The support ticket has just been opened.
open: The support ticket is open and can be replied to.
closed: The support ticket is completed and closed.
ManagedIssueType:
issue: An issue
maintenance: Maintenance
request: Other request