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:
Run the following command and replace <ticket_id> with your actual ticket ID:
cldkctl ticket comment-create <ticket_id>The terminal will open an interactive form for adding a comment to the selected ticket.

Type your comment in the provided input field. Press Enter to submit the comment text.
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.

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

Press Y to proceed.
Press N to abort ticket creation.
If successful, the system displays the confirmation message below:

Flags
-h, --help
Help for the comment-create command.
Last updated
