Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description
Filters issue list in argument issues, leaving only those ones in projects with the category in project_categories.
Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourBlue
title2.1.33




UI Text Box
sizemedium
typeinfo
Filters This function filters issue list in argument issues, leaving only those ones in projects with the category in project_categories.
Argument project_categories is a comma-separated list of project category names.


Code Block
languagebash
titleSyntax
linenumberstrue
filterByProjectCategory(issue list issues, text project_categories) #Output: Issue list 


UI Expand
titleExamples


This example returns the issue list of linked issues belonging to projects in categories keys Development or Production.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
filterByProjectCategory(linkedIssues(), "Development, Production") 


The function returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list