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
| Name | Type | Description |
|---|---|---|
| issue-id-or-key | string | |
| start-at | option<s64> | |
| max-results | option<s32> | |
| order-by | option<get-comments-order-by-enum> | |
| expand | option<string> |