# 사용자 지정 티켓 이름 형식

회원이 티켓을 열면 Ticket King이 생성된 이름의 채널(또는 스레드)을 만듭니다. 형식을 직접 지정할 수 있습니다.

## 설정 위치

티켓 옵션별로 설정하거나, 모든 옵션이 상속하는 패널 전체 기본값을 설정할 수 있습니다.

* **패널 기본값:** 패널 기본값, **기본 티켓 이름 형식** (플레이스홀더 `ticket-{TICKET_NUMBER}`).
* **옵션별 재정의:** 옵션별 편집기, 고급 탭, **티켓 이름 형식**.
* 둘 다 설정하지 않으면 기본 `ticket-{TICKET_NUMBER}` 값이 사용됩니다.

입력할 수 있는 형식은 최대 **50자**. 최종 채널 이름의 최대 길이는 **100자** 이며 Discord에서 제한됩니다.

## 변수

| 변수                | 대체되는 값                                          |
| ----------------- | ----------------------------------------------- |
| `{TICKET_NUMBER}` | 티켓 번호                                           |
| `{TYPE}`          | 패널 옵션 라벨                                        |
| `{USER}`          | 티켓 작성자. 채널 이름에서는 이 값이 해당 사용자의 ID로 해석됩니다.        |
| `{USER_ID}`       | 티켓 작성자의 Discord ID                              |
| `{USER_NAME}`     | 티켓 작성자의 사용자 이름                                  |
| `{GUILD_NAME}`    | 서버 이름                                           |
| `{CREATED_AT}`    | 티켓 생성 타임스탬프                                     |
| `{STEAM_ID}`      | Steam ID (Steam 연결이 켜져 있을 때만, 이는 Premium 기능입니다) |

## 일반적인 패턴

| 형식                                   | 결과                 |
| ------------------------------------ | ------------------ |
| `ticket-{TICKET_NUMBER}`             | `ticket-42`        |
| `ticket-{TICKET_NUMBER}-{USER_NAME}` | `ticket-42-aspect` |
| `{TYPE}-{TICKET_NUMBER}`             | `bug-report-42`    |
| `{USER_NAME}-{TICKET_NUMBER}`        | `aspect-42`        |
| `support-{TICKET_NUMBER}`            | `support-42`       |

<figure><img src="/files/5c604194ef889c8a9e16a9820ba2c4b5f9f38150" alt="A Discord server with the Tickets category open and 4 to 5 ticket channels visible, each demonstrating a different namin"><figcaption></figcaption></figure>

## 공백과 특수 문자

Discord 채널 이름에는 공백을 포함할 수 없습니다. Ticket King은 공백을 자동으로 하이픈으로 바꿉니다.

Discord 채널 이름은 또한 소문자로 변환되며 표시 이름보다 더 엄격한 문자 규칙이 적용되므로, 특수 문자는 표준화됩니다.

## Steam ID 변수(프리미엄)

`{STEAM_ID}` 다음일 때만 해석됩니다 **Steam 연동** 켜져 있을 때이며, 이는 프리미엄 기능입니다. Steam Linking이 활성화되어 있지 않으면 변수는 아무 값도 반환되지 않습니다.

## 멤버가 보게 되는 내용

채널 이름은 다음에게 표시됩니다:

* 티켓 작성자.
* 채널에 접근 권한이 있는 모든 스태프.
* Discord의 "채널 관리" 권한이 있고 채널 목록을 볼 수 있는 모든 사람.

따라서 이름 형식에 넣는 모든 내용은 표시됩니다. 이름 자체에는 민감한 내용을 넣지 마세요. 대신 설명이나 환영 메시지에 넣으세요.

## 저장 중

변경 사항은 **향후 티켓에**. 이미 열려 있는 티켓은 열릴 때 부여된 이름을 유지합니다.

## 관련

{% content-ref url="/pages/1a336312dccc23ede6de8a6d04477c20f51879ef" %}
[옵션별 설정](/docs/ko/panels/per-option-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/4747cff1e6318a6e666a7bec09b9549acdd6db1c" %}
[티켓 번호 매기기](/docs/ko/tickets/ticket-numbering.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ticketking.xyz/docs/ko/customization-and-branding/ticket-name-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
