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.

Last updated