Info | ||
---|---|---|
| ||
This routine is available starting with Power Scripts 4.5.8. |
The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Create a copy of the provided board. |
Create a copy of the provided board.
Parameters
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
...
|
Return
...
boolean (untilĀ 4.8.0.8, including)
True if the board was successfully copied.
number (fromĀ 4.8.0.9 and up)
Type
Number
The id of the newly created board, so you can modify it further, or null number (NaN) if the board cannot be copied.
...
.
...
Example
Code Block |
---|
//pre 4.8.0.9 boolean isCopied = copyBoard("DEMO"); // post 4.8.0.9 (incl.) number newBoardId = copyBoard("DEMO"); |
Result: The result will create a copy of "DEMO" board named "Copy of DEMO" and isCopied will return true.
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.