IssueSearchApi class

Jira Cloud platform REST API documentation

Constructors

IssueSearchApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIssuePickerResource({String? query, String? currentJql, String? currentIssueKey, String? currentProjectId, bool? showSubTasks, bool? showSubTaskParent}) Future<IssuePickerSuggestions>
Returns lists of issues matching a query string. Use this resource to provide auto-completion suggestions when the user is looking for an issue using a word or string.
matchIssues({required IssuesAndJQLQueries body}) Future<IssueMatches>
Checks whether one or more issues would be returned by one or more JQL queries.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchForIssuesUsingJql({String? jql, int? startAt, int? maxResults, String? validateQuery, List<String>? fields, String? expand, List<String>? properties, bool? fieldsByKeys}) Future<SearchResults>
Searches for issues using JQL.
searchForIssuesUsingJqlPost({required SearchRequestBean body}) Future<SearchResults>
Searches for issues using JQL.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited