filterByProjectCategory(issueList, projectCategories) #Output: Issue list
filterByProjectCategory(linkedIssues(), "Development, Production")
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:
filterByProjectCategory(linkedIssues("blocks"), "Customer support")
This example returns an issue list of blocked issues belonging to projects in category Customer support.
filterByProjectCategory(linkedIssues(), projectCategory(%{issue.project.key}))
This example returns an issue list of linked issue that are in the same project category like the current issue.
Parameters used in this function
issueList
projectCategories
This function returns an