jira.js
Guide
GitHub
Preparing search index...
server
getAllScreens
Function getAllScreens
getAllScreens
(
client
:
Client
,
parameters
?:
{
expand
?:
string
;
maxResults
?:
string
;
search
?:
string
;
startAt
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
description
?:
string
;
expand
?:
string
;
id
?:
number
;
name
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Adds field or custom field to the default tab.
Parameters
client
:
Client
Optional
parameters
:
{
expand
?:
string
;
maxResults
?:
string
;
search
?:
string
;
startAt
?:
string
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
description
?:
string
;
expand
?:
string
;
id
?:
number
;
name
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Adds field or custom field to the default tab.