jira.js
Guide
GitHub
Preparing search index...
server
getFields
Function getFields
getFields
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
clauseNames
?:
string
[]
;
custom
?:
boolean
;
id
?:
string
;
name
?:
string
;
navigable
?:
boolean
;
orderable
?:
boolean
;
schema
?:
{
custom
?:
string
;
customId
?:
number
;
items
?:
string
;
system
?:
string
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
;
searchable
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Returns a list of all fields, both System and Custom
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
clauseNames
?:
string
[]
;
custom
?:
boolean
;
id
?:
string
;
name
?:
string
;
navigable
?:
boolean
;
orderable
?:
boolean
;
schema
?:
{
custom
?:
string
;
customId
?:
number
;
items
?:
string
;
system
?:
string
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
;
searchable
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns a list of all fields, both System and Custom