[2015-10-28] Released Jira Workflow Toolbox 2.2.1

New Features

FUNCTION RETURNED VALUE
siblingSubtasks() : issue list Returns the list of sibling subtasks of current issue, i.e., all subtasks with the same parent as current issue, except current issue. In case current issue is not a subtask, an empty issue list will be returned. Note that siblingSubtasks() is equivalent to subtasks(%{00041}) EXCEPT issueKeysToIssueList(%{00015}), where %{00041} is Parent's issue key and %{00015} is Issue key.
siblingSubtasks(issue list issues) : issue list Returns the list of sibling subtasks of issues in argument issues, provided they are subtasks. Duplicated issues in argument issues are discarded.
siblingSubtasks(string issue_keys) : issue list Returns the list of sibling subtasks of issues whose keys are in issue_keys, provided they are subtasks. Argument issue_keys is a comma separated list of issue keys. Duplicated issue keys in argument issue_keys are discarded.

Improvements

Bug Fixes