-
Notifications
You must be signed in to change notification settings - Fork 3
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
Manage support operation #6
Conversation
|
||
List<CustomField> customFields = new ArrayList<>(); | ||
// Custom Field for the category | ||
customFields.add(new CustomField(1900002821093L, "Cashback")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@debiff should we also increase the version of the package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short description
This PR adds the interface and the implementation of 2 functions that exploit the Zendesk support package instead of the unified package.
List of changes proposed in this pull request
openTicket
that allow a user to open a ticketshowTickets
that allow a user to see the list of his ticket.How to test
Install the library and call the to methods with: