pub async fn get_auto_complete(
configuration: &Configuration,
) -> Result<JqlReferenceData, Error<GetAutoCompleteError>>
Expand description
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.