This function returns the issue key of a given issue ID, or a comma-separated list of issue IDs.
Bash
issueKeyFromID(issueId) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
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
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
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
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|