Last updated Oct 3, 2024

acli jira workitem comment list

List comments for a work item.

1
2
acli jira workitem comment list [flags]

Examples

1
2
# List work item comments
$ acli jira workitem comment list --key TEST-123

Options

1
2
  -h, --help           Show help for command
      --json           Output in JSON format
      --key string     Work item key to list comments for
      --limit int      Maximum number of comments to return per page (default 50)
      --order string   Order comments by field (created, updated) (default "+created")
      --paginate       Continue paginating to fetch all pages of results. The --limit is ignored

SEE ALSO

Rate this page: