Record
get-issue-worklog-params
No description available.
record get-issue-worklog-params {
issue-id-or-key: string,
start-at: option<s64>,
max-results: option<s32>,
started-after: option<s64>,
started-before: option<s64>,
expand: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| issue-id-or-key | string | |
| start-at | option<s64> | |
| max-results | option<s32> | |
| started-after | option<s64> | |
| started-before | option<s64> | |
| expand | option<string> |