jira.js
Guide
GitHub
Preparing search index...
server
moveField
Function moveField
moveField
(
client
:
Client
,
parameters
:
{
after
?:
string
;
id
:
string
;
position
?:
string
&
{}
|
"Earlier"
|
"Later"
|
"First"
|
"Last"
;
screenId
:
number
;
tabId
:
number
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
Moves field on the given tab.
Parameters
client
:
Client
parameters
:
{
after
?:
string
;
id
:
string
;
position
?:
string
&
{}
|
"Earlier"
|
"Later"
|
"First"
|
"Last"
;
screenId
:
number
;
tabId
:
number
;
}
Optional
after
?:
string
id
:
string
Id of field
Optional
position
?:
string
&
{}
|
"Earlier"
|
"Later"
|
"First"
|
"Last"
screenId
:
number
Id of screen
tabId
:
number
Id of tab
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Moves field on the given tab.