Enums§
- GetAuto
Complete Error - struct for typed errors of method
get_auto_complete
- GetField
Auto Complete ForQuery String Error - struct for typed errors of method
get_field_auto_complete_for_query_string
- Migrate
Queries Error - struct for typed errors of method
migrate_queries
- Parse
JqlQueries Error - struct for typed errors of method
parse_jql_queries
Functions§
- get_
auto_ complete - 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. This operation can be accessed anonymously. Permissions required: None.
- get_
field_ auto_ complete_ for_ query_ string - Returns the JQL search auto complete suggestions for a field. Suggestions can be obtained by providing: *
fieldName
to get a list of all values for the field. *fieldName
andfieldValue
to get a list of values containing the text infieldValue
. *fieldName
andpredicateName
to get a list of all predicate values for the field. *fieldName
,predicateName
, andpredicateValue
to get a list of predicate values containing the text inpredicateValue
. This operation can be accessed anonymously. Permissions required: None. - migrate_
queries - Converts one or more JQL queries with user identifiers (username or user key) to equivalent JQL queries with account IDs. You may wish to use this operation if your system stores JQL queries and you want to make them GDPR-compliant. For more information about GDPR-related changes, see the migration guide. Permissions required: Permission to access Jira.
- parse_
jql_ queries - Parses and validates JQL queries. Validation is performed in context of the current user. This operation can be accessed anonymously. Permissions required: None.