Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function returns a list of all issues linked to the current issue during the current transition screen.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
transitionLinkedIssues("blocks, clones")


This example returns the issues linked in the current transition screen using issue link types blocks and clones.


Code Block
languagebash
linenumberstrue
transitionLinkedIssues("")


This example returns the issues linked in the current transition screen using any link type.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
linkTypes

Status
subtletrue
titletext

A a comma-separated list of issue link type names or an empty text ("") for representing all issue link types.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list


UI Text Box
typetip

This function is useful for validating only new issue links created by the user in the transition screen.



Use cases and examples

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

Returns a list of all issues linked during the transition.

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourBlue
title2.1.21

Label