Info |
---|
|
This routine is available starting with SIL Engine™ 3.0.2. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | changeSubtaskOrder(subtaskKey, position) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Changes subtask position. |
Changes subtask position.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
subtaskKey | String | Yes | Key of the sub-task. | position | Number | Yes | Position of sub-task. | |
Return
...
Type
boolean Boolean (true/false)
A "true" return return value means that the position of the sub-task was changed.
...
Code Block |
---|
return changeSubtaskOrder("TSTAG-5", 2);
|
Changes the position of sub-task TSTAG-5 to position 2.
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issue_routine" and space = currentSpace ( ) |
---|
labels | issuearray_routineroutines |
---|
|