Skip to end of banner
Go to start of banner

getUserProperty

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 Next »

Availability

This routine is available starting with katl-commons 2.0.7 for Jira 5.x or katl-commons 1.1.14 for Jira 4.3.x/4.4.x

Syntax

getUserProperty(user, property)

Description

Retrieves properties of users.

Parameters

Parameter name

Type

Required

Description

user

String

Yes

The username or userkey to get the property for

propertyStringyesThe key of the property.

Return type

string

Returns the value of the specified property. If the user does not have the property, it will return an empty string.

Example

return getUserProperty("testuser", "phone");

Notes

The look-up is first made after the userkey, then after the username.

See also

  • No labels