getUserDirectoryName
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 2.6.11/2.5.19.
Syntax
getUserDirectoryName(user)
Description
Returns the directory name the user belongs to.Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
user | String | Yes | User name or key. |
Return type
string
Returns the directory name.
Example
Example 1
if(getUserDirectoryName(currentUser()) == "JIRA Internal Directory") {
doSomethingRelatedToInternalDirectoryUsers();
}
See also
, multiple selections available, Use left or right arrow keys to navigate selected items