This function returns the internal ID of a given project key, or a comma-separated list of project keys.
Bash
projectIDFromKey(projectKeys) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns a text representing the internal ID of the project with the key "DEMO", e.g.: 10001 |
|
Bash
|
This example returns the internal ID of the current issue's project, e.g.: 10005 |
|
Bash
|
This example returns a all internal IDs of projects from linked issues, e.g.: 10000, 10003 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing project keys in a comma-separated list. |
Output
This function returns a text
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|