jira.js
    Preparing search index...

    Function getBoardProperty

    • Returns the value of the property with a given key from the board identified by the provided id. The user who retrieves the property is required to have permissions to view the board.

      Parameters

      • client: Client
      • parameters: { boardId: string; propertyKey: string }
        • boardId: string

          The ID of the board from which the property will be returned.

        • propertyKey: string

          The key of the property to return.

      • Optionaloptions: RequestOptions

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