Record

get-comments-params

No description available.

record get-comments-params {
  issue-id-or-key: string,
  start-at: option​<s64>,
  max-results: option​<s32>,
  order-by: option​<get-comments-order-by-enum>,
  expand: option​<string>,
}

Fields

NameTypeDescription
issue-id-or-keystring
start-atoption​<s64>
max-resultsoption​<s32>
order-byoption​<get-comments-order-by-enum>
expandoption​<string>