This function returns the issue key of a given issue ID, or a comma-separated list of issue IDs.


issueKeyFromID(issueId) #Output: Text



Parser expressionDescription


issueKeyFromID("10001")


This example might return:

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



Parameters used in this function

ParameterInput (data type)Description
issueId

Text containing valid issue IDs.



This function returns a


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



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

let issue = new Issue(10004);
issue.key







Status
Tech review

Style guide




Short description

Returns the issue key for given issue IDs.

Output

Available since

Label