/
changeSubtaskOrder
changeSubtaskOrder
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 3.0.2.
Syntax
changeSubtaskOrder(subtaskKey, position)
Description
Changes subtask position.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
subtaskKey | String | Yes | Key of the sub-task. |
position | Number | Yes | Position of sub-task. |
Return type
boolean (true/false)
A "true" return value means that the position of the sub-task was changed.
Example
return changeSubtaskOrder("TSTAG-5", 2);
Changes the position of sub-task TSTAG-5 to position 2.
See also
, multiple selections available,
Related content
Remove assignee when an issue moves back to To Do
Remove assignee when an issue moves back to To Do
More like this
SIL Context
SIL Context
More like this
Getting started with SIL
Getting started with SIL
More like this
SIL Panel Configuration
SIL Panel Configuration
More like this