Suite | Professional, Enterprise 또는 Enterprise Plus |
Support(다음 포함) | Explore Professional 또는 Enterprise |
이 사용법에서는 티켓 및 지식창고 문서의 보고서 내에서 클릭 가능한 링크를 구성하는 방법을 배웁니다. 클릭 가능한 링크를 구성하면 보고서를 보고 있는 사람은 누구나 링크를 클릭하여 선택한 티켓 또는 문서를 빨리 열 수 있습니다. 단, 액세스 권한이 있어야 합니다.
다음 차트 시각화 유형을 사용할 때 클릭 가능한 링크를 만들 수 있습니다.
기본적으로 티켓, 사용자, 조직 등 많은 Zendesk 개체는 개체의 ID를 클릭하고 링크 열기를 선택하여 Explore 보고서에서 열 수 있습니다. 이러한 개체의 경우 이 사용법을 따를 필요는 없지만 보고서 전체에서 일관된 디자인을 유지하기 위해서는 따라야 할 수 있습니다.
![]() |
![]() |
기본적으로 제공되는 클릭 가능한 티켓 링크 | 이 사용법으로 만든 클릭 가능한 티켓 링크 |
이 사용법에서는 다음과 같은 주제를 다룹니다.
필요 항목
스킬 수준: 초보
필요한 시간: 5분
- Zendesk Explore Professional 또는 Enterprise
- 편집 권한자 또는 관리자 권한(사용자에게 Explore 액세스 권한 부여 참조)
- Zendesk Support의 티켓 데이터 또는 Zendesk Guide의 문서 데이터
티켓에 대해 클릭 가능한 링크 구성
- Explore에서 보고서(
) 아이콘을 클릭합니다.
- 보고서 라이브러리에서 새 보고서를 클릭합니다.
- 데이터 집합 선택 페이지에서 Support > Support - 티켓을 클릭한 다음 보고서 시작을 클릭합니다. 보고서 빌더가 열립니다.
- 메트릭 창에서 추가를 클릭하고 티켓을 선택합니다.
-
다음 수식을 사용하여 문자열로 변환된 티켓 ID라는 표준 계산된 속성을 만듭니다.
STRING([Ticket ID])
팁: 영어 외의 다른 언어로 작업하는 경우에는 이 문서를 참조하여 해당 언어로 Explore 수식을 입력하세요. - 다음 수식을 사용하여 클릭 가능한 티켓 ID라는 또 다른 표준 계산된 속성을 만듭니다. 이때 yoursubdomain을 실제 하위 도메인 이름으로 바꿉니다.
LINK("https://yoursubdomain.zendesk.com/agent/tickets/" + [Ticket ID converted to string],[Ticket ID])
- 로우 창에서 추가를 클릭하고 클릭 가능한 티켓 ID를 선택합니다.
-
차트 구성 메뉴(
)에서 차트를 선택하고 텍스트 해석 필드를 HTML로 설정합니다.
-
클릭 가능한 URL 확인란이 선택되어 있는지 확인합니다.
이제 클릭 가능한 티켓 ID 열에서 티켓을 클릭하면 티켓이 있는 새 브라우저 창이 열립니다.
문서에 대해 클릭 가능한 링크 구성
- Explore에서 보고서(
) 아이콘을 클릭합니다.
- 보고서 라이브러리에서 새 보고서를 클릭합니다.
- 데이터 집합 선택 페이지에서 Guide > Guide - 지식 창고를 클릭한 다음 보고서 시작을 클릭합니다. 보고서 빌더가 열립니다.
- 메트릭 창에서 추가를 클릭하고 문서 보기를 선택합니다.
- 다음 수식을 사용하여 클릭 가능한 문서 링크라는 표준 계산된 속성을 만듭니다.
-
LINK([Article URL],[Article title])
- 로우 창에서 추가를 클릭하고 클릭 가능한 문서 링크를 선택합니다.
-
차트 구성 메뉴(
)에서 차트를 선택하고 텍스트 해석 필드를 HTML로 설정합니다.
- 클릭 가능한 URL 확인란이 선택되어 있는지 확인합니다.
이제 클릭 가능한 문서 링크 열에서 문서를 클릭하면 문서가 포함된 새 브라우저 창이 열립니다.
댓글 16개
Dainne Kiara Lucena-Laxamana
Hi 6110941897754 ,
You can configure any ID attribute into clickable links as long as there is an ID attribute for the object.
0
Efrat Barak Zadok
Can I configure clickable links to related Jira tickets?
0
Erin O'Callaghan
We've updated this article to note that clickable links are now available by default for many Zendesk attributes. As a result, we've also updated the example in this article to focus on Zendesk Guide article IDs, which aren't clickable by default but can be made clickable using this recipe.
0
Permanently deleted user
@Cheeny Aban - Thank you!
0
Cheeny Aban
Hi CaSonya,
As of the moment, this functionality is limited to what is included in this Article. We understand your need for this added functionality so I marking your comment as Product Feedback. We also suggest that you post on our Product Feedback Forum. Threads with a high level of engagement ultimately get flagged for product managers to review when they go through roadmap planning.
-1
Jon Durlauf
Any update on the ETA for clickable links for ID attributes in drillthrough?
1
Permanently deleted user
Hi, I created a query for unsolved tickets by client. Is there anyway to add the clickable link to the results? I want to be able to click on the total of unsolved tickets and see the ticket#'s associated with a link to each ticket.
0
Sabra
Hey Bharathi Kakilate! You can use the following formula in a Standard Calculated Attribute in order to create Jira hyperlinks. You'll need to replace YOURJIRASUBDOMAIN with the name of your subdomain for your Jira instance. You'll also want to make sure that the field used in the formula corresponds to the ticket field that is storing your Jira Ticket ID, which in the example is [Jira::Key].
Once you have this attribute added to your Rows panel, you'll want to double check that you've set the Text interpretation to HTML from the Chart configuration > Chart menu.
1
Bharathi Kakilate
I tried to use a similar concept of using attributes to add hyperlinks to our Jira issues and couldn't create attributes. Anyone else with this issue or found way to work with adding jira hyperlinks on explore dashboards?
(We are using Single line text to sync the Jira Ticket ID from Jira to Zendesk)
0
Henkka (Pepron)
Hi Bart,
If I understood correctly this tip earlier in the thread might do the trick:
Unrelated tip: You can easily also create user and organization links with the following calculated attributes:
And
OR
And
For your use case if I understood it correctly _ticket_ requester would be good but if you're using these for user/organization spesific queries then you could use also use Requester ID/Organization ID without _ticket_.
In the latter just keep in mind that if you've activated multiple organizations this will show you always Requesters/Users default organization while if you're doing ticket spesific queries Ticket Requester/Organization ID will always bring up the right organization based on the ticket.
Unfortunately none of these work with drillins etc for now so you probably need to do a Table query like in the example in this article
0
로그인하세요.