Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 980 Bytes

SearchResults.md

File metadata and controls

13 lines (12 loc) · 980 Bytes

SearchResults

Properties

Name Type Description Notes
expand String Expand options that include additional search result details in the response. [optional]
startAt Integer The index of the first item returned on the page. [optional]
maxResults Integer The maximum number of results that could be on the page. [optional]
total Integer The number of results on the page. [optional]
issues List<IssueBean> The list of issues found by the search. [optional]
warningMessages List<String> Any warnings related to the JQL query. [optional]
names Map<String, String> The ID and name of each field in the search results. [optional]
schema Map<String, JsonTypeBean> The schema describing the field types in the search results. [optional]