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


issueIDFromKey(issueKeys) #Output: Text



Parser expressionDescription


issueIDFromKey("CRM-1")


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

10001


issueIDFromKey(%{issue.links})


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

60355, 56667




Parameters used in this function

ParameterInput (data type)Description
issueKeys

Text containing issue keys in a comma-separated list.



This function returns a


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


Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

let issue = new Issue("SGC-5");
issue.id







Status
Tech review

Style guide




Short description

Returns the internal ID for given issue keys.

Output

Available since

Label