This function returns the issue key of a given issue ID, or a comma-separated list of issue IDs.
Syntax
issueKeyFromID(issueId) #Output: Text
Examples
Parser expressionDescription
Syntax
issueKeyFromID("10001")

This example might return:

"CRM-1", which is the issue key of the issue with the internal ID "10001"

Additional information

Parameters used in this function

ParameterInput (data type)Description
issueId

TEXT

Text containing valid issue IDs.
Output

This function returns a TEXT

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


Use cases and examples