Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAvailability

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)

...

Parameter name

Type

Required

Description

user

String

Yes

The username Username or userkey to get the property for

propertyStringyesThe key 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.

...