/
getOrganizationNameById
getOrganizationNameById
Warning
Only the admin or a customer from the organization can view the organization
Availability
This routine is available starting with SIL Engine™ 4.8.1.
Syntax
getOrganizationNameById(organizationId)
Description
Gets the Jira Service Desk organization by the Id.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Organization Id | number | Yes | The id of the organization. |
Return type
String
Returns null if the organization can not be found.
Example 1
return getOrganizationNameById(101);
Result: The string "Test Organization" will be return.
See also
, multiple selections available,
Related content
getOrganizationNameById
getOrganizationNameById
More like this
getOrganizationNameById
getOrganizationNameById
More like this
getOrganizationIdByName
getOrganizationIdByName
More like this
getOrganizationNameById (Power Scripts)
getOrganizationNameById (Power Scripts)
More like this
getAllOrganizationIds
getAllOrganizationIds
More like this
getUserOrganizations
getUserOrganizations
More like this