jira.js
Guide
GitHub
Preparing search index...
server
getAutoComplete
Function getAutoComplete
getAutoComplete
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
jqlReservedWords
?:
string
[]
;
visibleFieldNames
?:
{
auto
?:
string
;
cfid
?:
string
;
displayName
:
string
;
operators
:
string
[]
;
orderable
?:
string
;
searchable
?:
string
;
types
:
string
[]
;
value
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
visibleFunctionNames
?:
{
displayName
:
string
;
isList
?:
string
;
types
:
string
[]
;
value
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Returns the auto complete data required for JQL searches
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
jqlReservedWords
?:
string
[]
;
visibleFieldNames
?:
{
auto
?:
string
;
cfid
?:
string
;
displayName
:
string
;
operators
:
string
[]
;
orderable
?:
string
;
searchable
?:
string
;
types
:
string
[]
;
value
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
visibleFunctionNames
?:
{
displayName
:
string
;
isList
?:
string
;
types
:
string
[]
;
value
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns the auto complete data required for JQL searches