JQLApi class

Jira Cloud platform REST API documentation

Constructors

JQLApi(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

getAutoComplete() Future<JQLReferenceData>
Returns reference data for JQL searches. This is a downloadable version of the documentation provided in Advanced searching - fields reference and Advanced searching - functions reference, along with a list of JQL-reserved words. Use this information to assist with the programmatic creation of JQL queries or the validation of queries built in a custom query builder.
getAutoCompletePost({required SearchAutoCompleteFilter body}) Future<JQLReferenceData>
Returns reference data for JQL searches. This is a downloadable version of the documentation provided in Advanced searching - fields reference and Advanced searching - functions reference, along with a list of JQL-reserved words. Use this information to assist with the programmatic creation of JQL queries or the validation of queries built in a custom query builder.
getFieldAutoCompleteForQueryString({String? fieldName, String? fieldValue, String? predicateName, String? predicateValue}) Future<AutoCompleteSuggestions>
Returns the JQL search auto complete suggestions for a field.
migrateQueries({required JQLPersonalDataMigrationRequest body}) Future<ConvertedJQLQueries>
Converts one or more JQL queries with user identifiers (username or user key) to equivalent JQL queries with account IDs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseJqlQueries({String? validation, required JqlQueriesToParse body}) Future<ParsedJqlQueries>
Parses and validates JQL queries.
sanitiseJqlQueries({required JqlQueriesToSanitize body}) Future<SanitizedJqlQueries>
Sanitizes one or more JQL queries by converting readable details into IDs where a user doesn't have permission to view the entity.
toString() String
A string representation of this object.
inherited

Operators

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