jira.js
Guide
GitHub
Preparing search index...
server
addField
Function addField
addField
(
client
:
Client
,
parameters
:
{
fieldId
?:
string
;
screenId
:
number
;
tabId
:
number
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
id
?:
string
;
name
?:
string
;
showWhenEmpty
?:
boolean
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Adds field to the given tab.
Parameters
client
:
Client
parameters
:
{
fieldId
?:
string
;
screenId
:
number
;
tabId
:
number
}
Optional
fieldId
?:
string
screenId
:
number
Id of screen
tabId
:
number
Id of tab
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...
Adds field to the given tab.