Interface Search

Hierarchy

  • Search

Properties

detail?: "full" | "slim"

The amount of detail included in each result item. "full" will include all descriptions and comments and more fields on related items such as pull requests, branches and tasks. "slim" omits larger fulltext fields such as descriptions and comments and only references related items by id. The default is "full".

entity_types?: ("milestone" | "story" | "epic" | "iteration")[]

A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, milestone, story.

include?: "cursors"
next?: string

The next page token.

page_size?: number

The number of search results to include in a page. Minimum of 1 and maximum of 25.

Format

int64

query: string

See our help center article on search operators

Min Length

1

Generated using TypeDoc