Organization
This function returns the ID for a given organization name. In case the given name is not valid or empty, Null is returned.
organizationId(organizationName) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the ID of the organization with the name "Atlassian", e.g.: 1234 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing a valid organization name. |
Output
This function returns a text LIST
Organization
Variant for multiple organizations. In case one of the given names is not valid or empty, Null is returned to its position on the list.
organizationId(organizationNames) #Output: Text list
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the IDs of the organizations with the names "Atlassian", "Decadis", e.g.: 1234, 2345 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text LIST |
Any valid text list containing organization names. |
Output
This function returns a 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 |
|