jira.js
    Preparing search index...

    Function getUserProperty

    • Returns the value of the property with a given key from the user identified by the key or by the id.

      Parameters

      • client: Client
      • parameters: { propertyKey: string; userKey?: string; username?: string }
        • propertyKey: string

          The key of the user's property

        • OptionaluserKey?: string

          Key of the user whose property is to be returned

        • Optionalusername?: string

          Username of the user whose property is to be returned

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>