Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function filters a given issue list by the provided project keys.


Code Block
languagebash
titleSyntax
linenumberstrue
filterByProject(issueList, projectKeys) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
filterByProject(linkedIssues(), "CRM, HR")


This example returns a list of linked issues belonging to projects with keys CRM or HR.

To achieve this, the following functions are used:


Code Block
languagebash
linenumberstrue
filterByProject(linkedIssues("blocks"), "SUPPORT")


This example returns a list of blocked issues in project SUPPORT.

To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueList

Status
subtletrue
colourGrey
titleissue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).
projectKeys

Status
subtletrue
colourGrey
titletext

A text with project keys. If several project keys should be checked, they have to be provided as a comma separated list.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_filterbyproject" and space = currentSpace()


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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



Page properties
hiddentrue


Short description

Filters a given issue list by project.

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourRed
titleneeds lookup

Label