Skip to content
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

Add support to get tickets by assigned #213

Merged
merged 1 commit into from
Mar 13, 2016
Merged

Add support to get tickets by assigned #213

merged 1 commit into from
Mar 13, 2016

Conversation

tympaniplayer
Copy link

I added a method called GetAssignedTicketsByUserID which will return a list of tickets that are assigned to that user. I noticed this functionality was missing and it was just a matter of changing the url to users/{id}/tickets/assigned.json which is supported by the Zendesk API.

I also added 3 unit tests which were copy and pasts of the GetTicketsByUserIDTests

API Reference: https://developer.zendesk.com/rest_api/docs/core/tickets#list-tickets

@tympaniplayer
Copy link
Author

The build log isn't super clear why it failed, but whatever I can do to help get PR building that would be awesome 😄

mozts2005 added a commit that referenced this pull request Mar 13, 2016
@mozts2005 mozts2005 merged commit e06a7b4 into Speedygeek:master Mar 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants