jira.js
    Preparing search index...

    Function getAdvancedSettings

    • Returns the application properties that are accessible on the Advanced Settings page. To navigate to the Advanced Settings page in Jira, choose the Jira icon > Jira settings > System, General Configuration and then click Advanced Settings (in the upper right).

      Permissions required: Administer Jira global permission.

      Parameters

      Returns Promise<
          {
              allowedValues?: string[];
              defaultValue?: string;
              desc?: string;
              example?: string;
              id?: string;
              key?: string;
              name?: string;
              type?: string;
              value?: string;
              [key: string]: unknown;
          }[],
      >