jira.js
    Preparing search index...

    Function getPropertiesKeys

    • Returns the keys of all properties for the sprint identified by the id. The user who retrieves the property keys is required to have permissions to view the sprint.

      Parameters

      • client: Client
      • parameters: { sprintId: string }
        • sprintId: string

          The ID of the sprint from which property keys will be returned.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              keys?: { key?: string; self?: string; [key: string]: unknown }[];
              [key: string]: unknown;
          },
      >