Skip to end of banner
Go to start of banner

getOrganizationNameById

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 IdnumberYesThe 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

  • No labels