최근 검색


최근 검색 없음

Amy Gracer's Avatar

Amy Gracer

가입한 날짜: 2021년 4월 15일

·

마지막 활동: 2023년 12월 29일

Community Moderator

팔로잉

0

팔로워

0

총 활동 수

100

투표 수

12

플랜 수

38

활동 개요

님의 최근 활동 Amy Gracer

Amy Gracer님이 에 댓글을 입력함

댓글Triggers and automations

I'm new to webhooks, and therefore a bit lost by the comments in this conversation when not everything everyone tried worked.

Has anyone put together a step by step for automatically cc'ing end users on tickets? It seems like this would be a feature lots of folks would want. 

Thank you so much to anyone who can assist!

댓글 보기 · 2023년 7월 21일에 게시됨 · Amy Gracer

0

팔로워

1

투표

0

댓글


Amy Gracer님이 에 댓글을 입력함

댓글End-user guide for Help Center

Brittany Mandel

I have the same problem with my brand text color, but my customers have really taken to the new requests list, so to work around it, I replaced $brand_text_color with #fff in my css. Not the most elegant solution, but it works. 

댓글 보기 · 2023년 6월 25일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Ticketing system (Support)

+1

댓글 보기 · 2023년 6월 07일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 댓글을 입력함

댓글Announcements

Is there any way to hide either the CC'd or the Organization tabs?

댓글 보기 · 2023년 6월 07일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 게시물을 만듦

게시물 Q&A - Apps and integrations

Is there a way to search on the "Zendesk Support" Activity in Jira?

developers want to use Jira to search support information directly so they don't have to jump between the two tools.

Thanks!

2023년 5월 10일에 게시됨 · Amy Gracer

0

팔로워

2

투표 수

1

댓글


Amy Gracer님이 에 댓글을 입력함

댓글Jira integration

We have been using the Jira integration for a long time, but are just now realizing how robust it is. Our ultimate goal is the same some others have mentioned: to have Support in Zendesk only and Dev in Jira only, rather than assigning developers tickets in Jira and Zendesk. Some questions:

1. Will my development still need Zendesk licenses if they are not assigned or directly commenting in the Zendesk tickets? Is there a view only license for development? (like a light agent?)

2.  I have set post functions to update the Zendesk ticket for comments and status changes. Notification of these changes appear as an email from the person who originally set up the integration, rather than from the {{user.displayName}}  in Jira. Is there a way to send these notifications from the Jira user?

댓글 보기 · 2023년 5월 09일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

Hmmm... If you send me your code, I'll compare it to mine and look for differences. I'm guessing that the problem has to be in the styling somewhere

댓글 보기 · 2023년 2월 13일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

Alastair Adams (US) This is still working in my help center, but I am using a custom theme, not Copenhagen. 

댓글 보기 · 2023년 2월 13일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글


Amy Gracer님이 에 댓글을 입력함

댓글End-user guide for Help Center

Hannah Lucid

You can hide the voting feature on the articles page. 

Comment out this section

{{!-- {{#with article}}
         

            {{t 'was_this_article_helpful'}}
             
           

             
             
                {{vote 'up' role='radio' class='button article-vote article-vote-up' selected_class="button-primary"}}
                {{vote 'down' role='radio' class='button article-vote article-vote-down' selected_class="button-primary"}}
             
           

            
           

              {{vote 'label' class='article-vote-label'}}

           

         

        {{/with}}--}}

 

댓글 보기 · 2023년 1월 06일에 게시됨 · Amy Gracer

0

팔로워

1

투표

0

댓글


Amy Gracer님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Isaac Starobin

Hi Isaac,

It looks like you don't need to put it within article body. Just create a selector - I called it "fancy" - and then apply that to the ordered lists where you want it to appear. 

In style.css

.fancy {
  list-style: none; 
  counter-reset: li
}
.fancy > li::before {
  content: counter(li); color: red;
  display: inline-block; width: 1em;
  margin-left: -1em
}
.fancy li {
  counter-increment: li
}

In your HTML


     
  1. test

  2.  
  3. test

  4.  
  5. test

 

 

 

댓글 보기 · 2022년 11월 01일에 게시됨 · Amy Gracer

0

팔로워

0

투표 수

0

댓글