# comment-create

The cldkctl ticket comment-create command allows you to add a new comment to an existing ticket. You can use this command to provide updates, clarifications, or additional information related to a ticket. Optional file attachments can also be included when submitting a comment.

## Usage

```
cldkctl ticket comment-create [ticket id] [flags]
```

Follow the steps below to run and view the result of this command:

1. Run the following command and replace \<ticket\_id> with your actual ticket ID:

```
cldkctl ticket comment-create <ticket_id>
```

2. The terminal will open an interactive form for adding a comment to the selected ticket.

<figure><img src="/files/pDJbtIfCDU6i6oyuh8Za" alt=""><figcaption></figcaption></figure>

3. Type your comment in the provided input field. Press Enter to submit the comment text.
4. You may attach a supporting file or screenshot. Type the file path and press Enter. If no attachment is required, simply press Enter again to skip.

<figure><img src="/files/zB8t5Z0Qvfn1fZXiT44f" alt=""><figcaption></figcaption></figure>

5. Once all fields are filled, you will be prompted to confirm:

<div align="left"><img src="/files/z5uo4NYa7o2O4DfJJFqF" alt="" height="87" width="584"></div>

* Press Y to proceed.
* Press N to abort ticket creation.

6. If successful, the system displays the confirmation message below:

<div align="left"><img src="/files/VMTeD6k1ItefAr89hNXN" alt="" height="59" width="584"></div>

## Flags

{% hint style="info" %}
This command supports refer to the [Global Flags](/cloudeka-api-list/global-flags.md) section for details.
{% endhint %}

<table><thead><tr><th width="199.33331298828125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the comment-create command.</td></tr></tbody></table>


---

# Agent Instructions: 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://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-ticket/comment-create.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.
