jira.js
Guide
GitHub
Preparing search index...
server
getFieldsToAdd
Function getFieldsToAdd
getFieldsToAdd
(
client
:
Client
,
parameters
:
{
screenId
:
number
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
id
?:
string
;
name
?:
string
;
showWhenEmpty
?:
boolean
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Gets available fields for screen. i.e ones that haven't already been added.
Parameters
client
:
Client
parameters
:
{
screenId
:
number
}
screenId
:
number
Id of screen
Optional
options
:
RequestOptions
Returns
Promise
<
{
id
?:
string
;
name
?:
string
;
showWhenEmpty
?:
boolean
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Gets available fields for screen. i.e ones that haven't already been added.