jira.js
    Preparing search index...

    Function getPreference

    • Returns preference of the currently logged in user. Preference key must be provided as input parameter (key). The value is returned exactly as it is. If key parameter is not provided or wrong - status code 404. If value is found - status code 200.

      Parameters

      • client: Client
      • Optionalparameters: { key?: string }
        • Optionalkey?: string

          Key of the preference to be returned.

      • Optionaloptions: RequestOptions

      Returns Promise<string>