Number list
This function returns the numeric reference value or a given text. If the key is not in the keyList, the function returns null
Bash
getMatchingValue(key, keyList, referenceList) #Output: Number
Variant with a key and two number lists.
Bash
getMatchingValue(key, keyList, referenceList) #Output: Number
Text list
This function returns the text reference value or a given text.
Bash
getMatchingValue(key, keyList, referenceList) #Output: Text
Variant with a number list.
Bash
getMatchingValue(key, keyList, referenceList) #Output: Text
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Add sub-tasks to an automatically created issue |
|
Create issue action | getMatchingValue() | ||
| Create a sub-task for every user in a field and assign them |
|
||||
| Create a sub-task for every recurring deadline within a task |
|
addMonths() getMatchingValue() dateToString() | |||
| Create three issues with individual summaries |
|
getMatchingValue() |