jira.js
Guide
GitHub
Preparing search index...
server
swapSprint
Function swapSprint
swapSprint
(
client
:
Client
,
parameters
:
{
sprintId
:
number
;
sprintToSwapWith
?:
number
;
swap
?:
number
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
Swap the position of the sprint with the second sprint.
Parameters
client
:
Client
parameters
:
{
sprintId
:
number
;
sprintToSwapWith
?:
number
;
swap
?:
number
}
sprintId
:
number
The Id of the sprint to swap.
Optional
sprintToSwapWith
?:
number
Optional
swap
?:
number
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Swap the position of the sprint with the second sprint.