/
ldapUserAttr
ldapUserAttr
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™ 3.0.
Syntax
ldapUserAttr(attrib, ldapQuery[, ldapName])
Description
Returns an array of the requested attribute. This is an LDAP search routine.It gets the LDAP record and shows the attribute of that user. Returned user must be unique otherwise exception occurs. You can retrieve any attribute defined in the scheme.
Alias
ldapUserRecord(attrib, ldapQuery) (deprecated)
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
attrib | string | yes | Attribute to be returned. |
ldapQuery | string | yes | Query, must return exactly one result. |
ldapName | string | No | Optional, stating with version 4.0, you can specify the LDAP server that must be searched. If missing, it's the default LDAP server. |
Returns
string []
The values of