Class IssuesSearchRequestDataAttributes

Object describing a search issue request.

Hierarchy

  • IssuesSearchRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
assigneeIds?: string[]

Filter issues by assignee IDs. Multiple values are combined with OR logic.

from: number

Start date (inclusive) of the query in milliseconds since the Unix epoch.

The attribute to sort the search results by.

Persona for the search. Either track(s) or persona(s) must be specified.

query: string

Search query following the event search syntax.

teamIds?: string[]

Filter issues by team IDs. Multiple values are combined with OR logic.

to: number

End date (exclusive) of the query in milliseconds since the Unix epoch.

Track of the events to query. Either track(s) or persona(s) must be specified.

Generated using TypeDoc