Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function returns an issue list containing sibling issues which are linked to same epic as the current issue

The current issue will not be 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
titleSyntax
linenumberstrue
siblingIssuesUnderEpic() #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
%{siblingIssuesUnderEpic()}


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

[JWT-2, JWT-3, JWT-4]



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleISSUE list




UI Text Box
sizemedium
typeinfo

Variant where you additionally define an issue list.

Duplicated issues are filtered from the output.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
%{siblingIssuesUnderEpic(linkedIssues("is blocked by"))}


This example returns the issue list of all all issues linked to the same Epics as the issues blocking the current issue, excluding the blocking issue e.g.:

[JWT-2, JWT-3, JWT-4]

To achieve this the following function is used:





UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueList

Status
subtletrue
titleISSUElist

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



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleISSUE list




UI Text Box
sizemedium
typeinfo

Variant where you define issue keys instead.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
%{issuesUnderEpicsiblingIssuesUnderEpic("CRM-15, HD-21")}


This example returns an issue list of issues linked to the same epics as CRM-15 and HD-21. excluding issues with keys CRM-15 and HD-21 from the output.
[CRM-22, CRM-23, HD-24, HD-26, HD-27]


Code Block
languagebash
linenumberstrue
%{issuesUnderEpicsiblingIssuesUnderEpic(%{issue.cf10112})}


This example returns an issue list of issues linked to the same epics as those that are stored in the custom field, but excluding them, e.g.

[JWT-2, JWT-4, HD-24]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKeys

TEXT

A text containing issue keys separated by commas.



UI Expand
titleOutput

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



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_abs" 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


2.5.0
Short description

Returns all issues linked to a given epic

Output

 

Status
subtletrue
titleissue list

Available since
Status
subtletrue
colourBlue
title


Label