Skip to main content

new comment

Create a new comment on a project or ticket

Usage

lucy new comment [key] [OPTIONS]

Examples

lucy new comment ABC --content "This is a project comment"
lucy new comment ABC-1 --content "This is a ticket comment"
lucy new comment --project-id 1 --content "Another project comment"

Arguments

[key]    The key of the project or ticket to comment on (e.g., 'ABC' for project or
'ABC-123' for ticket)

Options

-h, --help                 Prints help information
-p, --project-id <ID> The ID of the project to comment on
-t, --ticket-id <ID> The ID of the ticket to comment on
-c, --content <CONTENT> The content of the comment