Optional
configuration: ConfigurationOptional
xOrganization: stringOrganization unique slug
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
options: AxiosRequestConfig<any>Override http request option.
Method creates an issue
A unique integer value identifying this issue.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes an issue
Optional
xOrganization: stringOrganization unique slug
Optional
assignee: stringA simple equality filter for the assignee field
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['owner', 'assignee', 'id', 'job_id', 'task_id', 'resolved', 'frame_id'].
Optional
frameId: numberA simple equality filter for the frame_id field
Optional
jobId: numberA simple equality filter for the job_id field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
owner: stringA simple equality filter for the owner field
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
resolved: booleanA simple equality filter for the resolved field
Optional
search: stringA search term. Available search_fields: ('owner', 'assignee')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['owner', 'assignee', 'id', 'job_id', 'task_id', 'resolved', 'frame_id']
Optional
taskId: numberA simple equality filter for the task_id field
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of issues
A unique integer value identifying this issue.
Optional
patchedIssueWriteRequest: PatchedIssueWriteRequestOptional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in an issue
A unique integer value identifying this issue.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of an issue
Generated using TypeDoc
IssuesApi - functional programming interface