This function filters a given issue list by the provided status categories.
Bash
filterByStatusCategory(issueList, statusCategories) #Output: Issue list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the issue list of blocking issues in statuses with categories New or In Progress. To achieve this, the following functions are used: |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
issue list |
Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()). |
|
|
text |
A text with a status category name. Several status categories can be provided as comma separated list. |
Output
This function returns an issue list
📚 Use cases and examples
| Use case | Workflow function | Field type | Automated action | Parser functions |
|---|