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 descriptionReturns an Statussubtletruetitleissue list containing issues which are directly under the epic of issues in argument issues. Duplicated issues are filtered from the output.Output Statussubtletruetitleissue list UI Text Box
sizemedium
typeinfo

Returns This function returns an issue list containing issues which are directly under current issue's epic (i.e., stories are included in the output, but their sub-tasks are not).

The current issue's epic is obtained using the logic of function epic() .

linked to same epic as the current issue

The current issue will be The current issue is included in the output, except if it is an epic itself. 

Only standard issues (no sub-tasks) will be returned and duplicates are being removed.


Code Block
languagebash
titlesyntaxSyntax
linenumberstrue
issuesUnderEpic() #Output: Issue list


Parameter description.
UI Expand
titleExamples
UI Expand
titleAdditional information


Parser expressionDescription


Code Block
languagebash
linenumberstrue
issuesUnderEpic()


This example returns an issue list with all issues linked to the same epic as the current issue, e.g.

JWT-2, JWT-3, JWT-4

Parameters used in this function

ParameterInput (data type)Description
<parameter>
Status
subtletrue
titledata type



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list




containing issues which are directly under the epic of issues in argument issues. Duplicated issues are filtered from the output.

UI Text Box
sizemedium
typeinfo

Variant where you additionally define issues.

The function returns an

Status
subtletrue
titleissue list


Code Block
languagebash
titleSyntax
linenumberstrue
issuesUnderEpic(issue list issuesissueList) #Output: Issue list


UI Expand
titleExamples


This example returns an issue list of issues directly under epics of all issues linked to the same Epics as the issues blocking the current issue, e.g.

JWT-2, JWT-3, JWT-4

To achieve this the following functions are used:

Parser expressionDescription


Code Block
languagebash
linenumberstrue
issuesUnderEpic(linkedIssues("is blocked by")) 


The function returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>issueList

Status
subtletrue
titledata typeissue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or issuesUnderEpic())Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

Returns an 

Status
subtletrue
titleissue list
containing issues which are directly under the epic of issues with keys in argument issue_keys.

Argument issue_keys is a comma-separated list of issue keys. Duplicated issues are filtered from the outputVariant where you define issue keys instead.


Code Block
languagebash
titleSyntax
linenumberstrue
issuesUnderEpic(text issue_keysissueKeys) #Output: Issue list


UI Expand
titleExamples


This example returns an issue list of issues directly under epics of issues with keys linked to the same epics as CRN-15 and HD-21.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
 issuesUnderEpic("CRM-15, HD-21")


The function returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>issueKeys

Status
subtletrue
titledata typetext

A comma separated list of issue keysParameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list


UI Text Box
typetip

If you want to remove the given issues from the output have a look at siblingIssuesUnderEpic() instead.



Image AddedUse cases and examples

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


Page properties
hiddentrue
id1


Parser function cloudissuesUnderEpic()
Map(tick)
Notes




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

Returns all issues linked to a given epic

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourBlue
title2.3.0

Label

Status
colourRed
titlestaff pick