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 the 

Status
subtletrue
titleissue list
of epics under where those issues with keys in issue_keys are. If some of those issues are sub-tasks, the epic of their parent is returned.

Output Statussubtletruetitleissue list UI Text Box
sizemedium
typeinfo

The This function returns the issue list of epics that are linked to a given set of issues. 

If the specified an 

Status
subtletrue
titleissue list
containing current issue's epic, in case current issue is directly under an epic (e.g., a Story). If current issue is a sub-task, then the epic of its parent issue is returned. If current specified issue is an epic itself, then current issue is returned.


Code Block
languagebash
titleSyntax
linenumberstrue
epic() #Output: Issue list


UI Expand
titleExamples


of epics under where issues with keys CRM-15 and HD-21 areThis example returns an issue list containing the current/ parent issue's epic.

Parser expressionDescription


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


The function returns the

Status
subtletrue
titleissue list



This function returns an

UI Expand
titleAdditional informationOutput

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
title

data type

issue list

Parameter description. UI Expand
titleOutput

.

If the current issue or its parent does not have an epic, the The function returns an empty

Status
subtletrue
titleissue list
.




UI Text Box
sizemedium
typeinfo

The function returns the

Status
subtletrue
titleissue list
of epic issues under where those issues in argument issues are. If some of those issues are sub-tasks, then the epic of their parent is returned. Duplicated issues in argument issues are discarded.

Output can contain duplicated issuesVariant where you can specify an issue list from which the epics should retrieved from. The output may contain duplicates.


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


UI Expand
titleExamples


This example returns the issue list of all epics of those issues which are blocking the current issue.

To achieve this, the following functions are used:

Parser expressionDescription


Code Block
languagebash
linenumberstrue
epic(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 subtasks())Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

Variant where you define issue keys instead of an issue list.

Multiple issue keys are provided as a

The function returns the 

Status
subtletrue
titleissue list
of epics under where those issues with keys in issue_keys are. If some of those issues are sub-tasks, the epic of their parent is returned.

Argument issue_keys is a comma-separated list of issue keys. Duplicated issue keys in argument issue_keys  are discarded. Output can contain duplicated issues.


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


UI Expand
titleExamples


This example returns the issue list of all epics under where linked to issues with keys CRM-15 and HD-21 are.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
epic("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

Text containing valid issue keys in a comma-separated listParameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list



Image AddedUse cases and examples

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


Page properties
hiddentrue
id1


Parser function cloudepic()
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 epics linked to specified issues.

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourBlue
title2.3.0

Label