This function filters a given issue list by the provided project categories.
filterByProjectCategory(issueList, projectCategories) #Output: Issue list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the issue list of linked issues belonging to projects in categories Development or Production. To achieve this, the following functions are used: |
|
Bash
|
This example returns an issue list of blocked issues belonging to projects in category Customer support. To achieve this, the following functions are used: |
|
Bash
|
This example returns an issue list of linked issue that are in the same project category like the current issue. 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 project category. Several 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 |
|---|