latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Issues

Returns issues matching the given search criteria.

Returns issues matching the given search criteria. Only parameters that are specified in this request and have not <code>null</code> values are used for filtering. All other parameters are ignored. The returned issues satisfy all constraints that are specified in this search criteria. By default a result containing 1000 issues is returned.

get/issues

Query parameters

offsetinteger

The first result to retrieve. If not set (offset = <code>0</code>), results will be retrieved starting from row <code>0</code>.

limitinteger

The maximum number of results to retrieve. If not set (limit = <code>0</code>), the default limit will be used. The maximum allowed limit is 1000.

countLimitinteger

Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped

sortOrder'ASC' | 'DESC'

The sorting order of the results.

sortField'NAME' | 'PRIORITY' | 'RESOLUTION' | 'CREATED_BY'

The field on which the results are sorted. Default is NAME.

onlyOpenIssuesboolean

Whether only open issues should be returned.

userRelation'ALL' | 'ASSIGNED' | 'CREATED'

The relation of the user with the issues to be returned. By default all issues for the current user will be returned.

Response

OK - The request has succeeded.

totalinteger

The total number of results.

offsetinteger

The offset for the results.

limitinteger

The maximum number of results to be returned.