Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo
This function returns the internal ID of a given issue key, or a comma-separated list of issue keys.


Code Block
languagebash
titleSyntax
linenumberstrue
issueIDFromKey(keysissueKeys) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
titleSyntax
linenumberstrue
issueIDFromKey("CRM-1")


This example returns a text representing the internal-ID of the issue with the key "CRM-1", e.g.:

10001


Code Block
languagebash
titleSyntax
linenumberstrue
issueIDFromKey(%{issue.links})


This example returns a all internal IDs of linked issues, e.g.:

60355, 56667




UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
keysissueKeys

Status
subtletrue
titletext

Text containing issue keys in a comma-separated list.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext


UI Text Box
typetip

If you have the key and need the ID instead, try using: issueKeyFromID().



Page properties
hiddentrue



Status
Tech review

Status
colourYellowGreen
titleReady for reviewdone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns the internal ID for given issue keys.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.39

Label