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

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.

Output

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

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() .

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


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


UI Expand
titleExamples


UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

The 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.


Code Block
issuesUnderEpic(issue list issues) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


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


The function returns the

Status
subtletrue
titleissue list
of issues directly under epics of issues blocking current issue.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The 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 output.


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


UI Expand
titleExamples


Parser expressionDescription


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


The function returns the

Status
subtletrue
titleissue list
of issues directly under epics of issues with keys CRN-15 and HD-21.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns an

Status
subtletrue
titleissue list