Return a list of issues

get

/*/issues/issues/v2/issues

Return the list of issues selected by the search string that is specified with the "q" query parameter. If no search string is provided, the search will return all issues.

Request

Query Parameters
Type: object
fields
Type: string
A comma-separated list of the names of the fields to return.
limit
Type: string
The maximum number of issues in the response.
offset
Type: string
The index of the first issue in the response.
orderBy
Type: string
The field by which the issues in the response are sorted
q
Type: string
The search string.

Response

200 Response
successful operation
Body
Root Schema : CollectionResource
Type: object
Nested Schema : items
Type: array
Nested Schema : SingularResource
Type: object
400 Response
Invalid Query Parameters
Body
Root Schema : RestException
Type: object
Nested Schema : Throwable
Type: object
Nested Schema : stackTrace
Type: array
Nested Schema : suppressed
Type: array
Nested Schema : stackTrace
Type: array
Nested Schema : suppressed
Type: array
Nested Schema : StackTraceElement
Type: object