Skip to main content
GET
Search Tickets (Passthrough)

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Query Parameters

jql
string
required

Jira Query Language (JQL) string. Example: project = PROJ AND issuetype in standardIssueTypes() ORDER BY updated DESC. Max 5000 characters.

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string | null

Opaque pagination cursor from next_cursor in a previous response. Omit for the first page.

Response

Successful Response

items
PassthroughTicket · object[]
required

List of items returned in the response

next_cursor
string | null

Skip token to continue from the last item in the previous page

previous_cursor
string | null

Skip token to continue from the first item in the previous page