Group Id
This function returns the name for a given Atlassian Group ID. In case the given ID is not valid or empty, null is returned.
Bash
groupName(groupId) #Output: Text list
Group Id list
Variant for multiple groups. In case one of the given IDs is not valid or empty, null is returned to its position on the list.
Bash
groupName(groupIdList) #Output: Text list
(books) Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Send an email to the project lead for a system managed in Jira Service Management Assets |
|