getOrganizationNameById (Power Scripts)
Syntax | getJSDCommentPrivacy() | Package |
|
Alias |
| Pkg Usage |
|
Only the admin or a customer from the organization can view the organization.
Description
Gets the Jira Service Desk organization by the Id.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
Organization Id | Number | Yes | Returns null if the organization can not be found. |
Return Type
String
The returned value is the privacy of the comment entered on the transition screen.
Example
return getOrganizationNameById(101);Result: The string "Test Organization" will be return.