-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error get ticket function #1
Comments
Possible something to do with custom fields, those values look like field id's. The general error of "can't combine [type a] and [type b]" is because when Do you have the access and knowledge to look into your zendesk configuration and find out if 30196289 is a field id, and what that field is? |
Thank you so much for your prompt reply! |
I think you hit the nail on the head with your analysis of the situation. I also don't know how to fix this problem easily. However, your short-term fix with allowing the user to drop undesired columns should work for me. This drop argument should allow for multiple columns to be selected, if possible, as I have another checkbox. |
I pushed a change to a new branch for you to try out. I have tested and it works for me, see sample code below.
You can install this from GH like this: |
It worked, thank you so much!! I will close this issue soon but while I have your attention, I was wondering if it would be possible to also include arguments start_time and end_time in the get_all_ticket_metrics()-function. That would be of great help to me. |
Great. I made a new issue for your latter comment, see response there. I am going to leave this open a bit longer and test it on my end with our code that gets ticket data daily and make sure there are no problems there. Then I'll merge it in with the master and it can be installed as the regular dev version. I won't push that to CRAN right now. |
Sounds great, thanks again! |
Hi,
when running the following command:
zdeskR::get_tickets(email_id, token, subdomain,
start_time = "2021-07-31 00:00:00", end_time = "2021-08-01 23:59:59")
I got the following error: Error: Can't combine
..1$30196289
<character> and..142$30196289
<logical>.The rlang::last_error() backtrace gave the following:
Backtrace:
Does anybody know what the issue here is?
The text was updated successfully, but these errors were encountered: