
McCabe Tonna
-
총 활동 수42
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수1
-
플랜 수28
활동 개요
McCabe Tonna님의 최근 활동-
McCabe Tonna님이 에 댓글을 입력함
I was able to use Colin's suggestion and with some tweaks got it working perfectly. This was so we can use triggers/automations to bulk notify people from a no-reply email address. We use our no-re...
-
McCabe Tonna님이 에 댓글을 입력함
The default fields type follow their title Subject = subject, description = description, status = status, group = group.. etc All custom fields follow those field types listed above. Do you have an...
-
McCabe Tonna님이 에 댓글을 입력함
Okay I got it working. This was for articles (article_page,hbs) where the class is known as "comment-author". Added this to the script.js file(plain text to add at bottom) the css and I didn'...
-
McCabe Tonna님이 에 댓글을 입력함
@jeremy I'm trying to see if i can replicate the correct and your issue Seeing if anyone who has implemented this recently can help out update: i see the script.js isn't passing the data (modera...
-
McCabe Tonna님이 에 댓글을 입력함
@Jeremy, Makes sense. If you're saying everyone who comments gets the tag, that means it's always True. Can you try updating it from -1 to 0?
-
McCabe Tonna님이 에 댓글을 입력함
@Jeremy Robinson I haven't tested this, but wouldn't this always be true? if ($.inArray($.trim($(this).text()), moderators) > -1)
-
McCabe Tonna님이 에 댓글을 입력함
I'm not sure I follow What do you see when you enter yourzendesksite.com/api/v2/ticket_fields.json ? And what are you expecting to see
-
McCabe Tonna님이 에 댓글을 입력함
HI Laura, In your triggers, swap the placeholders that state {{ticket.public_comments_formatted}} to {{ticket.latest_public_comment_formatted}} I believe that will solve your issue. Also, I high...
-
McCabe Tonna님이 에 댓글을 입력함
I'm a little confused - Are you saying anytime you update the ticket, you are removing the tag?
-
McCabe Tonna님이 에 댓글을 입력함
I put some thought into this. 1. You can create a trigger that adds a tag, every time a private comment is made. 2. Create a view to search for that tag 3. Create a second trigger that removes t...