
Otto Lindqvist
-
총 활동 수30
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수7
-
플랜 수9
활동 개요
Otto Lindqvist님의 최근 활동-
Otto Lindqvist님이 에 게시물을 만듦
Adding tags in update tickets API
Hi! I found in https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket that for handling tags I need to use additional_tags. However it does not seem to work when I'm j...
-
Otto Lindqvist님이 에 댓글을 입력함
Thanks for the tips. This definately helped me forward. In order to get valid json array, I had to do a quick if statement inside the loop. Here's the code working for me if someone else is intere...
-
Otto Lindqvist님이 에 댓글을 입력함
Hi Efthymis! When you want to update custom fields on tickets via API, you need to have to have correct structure. Custom fields on the ticket JSON needs to be on an array like this: { "tic...
-
Otto Lindqvist님이 에 게시물을 만듦
Attachments in latest_comment placeholder
Hi, I'm integrating to our internal system and need attachments to be available too. I've been trying to work on with latest_comment placeholders but seems that if I have multiple attachment on tic...
-
Otto Lindqvist님이 에 댓글을 입력함
Thanks for the reply Ronald! What you quoted from the docs is excactly what I read and understood also. However I could not find documentation about that how to use those features, especially the ...
-
Otto Lindqvist님이 에 댓글을 입력함
I was investigating creating threads from new tickets to our other internal system. However this requires data to be in form-data format. Is this something that I can do in ¨Webhooks? Also, can I p...
-
Otto Lindqvist님이 에 댓글을 입력함
Thanks Eugene for the reply. I need to check browser settings then too, that's new information.
-
Otto Lindqvist님이 에 댓글을 입력함
+1 from me too.
-
Otto Lindqvist님이 에 댓글을 입력함
Thanks Daniel, this works great for me!
-
Otto Lindqvist님이 에 댓글을 입력함
Hi, Thanks for the response. I actually tried that already but it didnt work for me. I tried it first with data sorted by ticket ID, it worked good. This is result without filtering: This is re...