Interface SearchResults

The results of the multi-entity search query.

interface SearchResults {
    epics?: EpicSearchResults;
    iterations?: IterationSearchResults;
    milestones?: ObjectiveSearchResults;
    stories?: StorySearchResults;
}

Properties

The results of the Epic search query.

The results of the Iteration search query.

The results of the Objective search query.

The results of the Story search query.