jira.js
    Preparing search index...

    Function deleteBoardProperty

    • Removes the property from the board identified by the id. Ths user removing the property is required to have permissions to modify the board.

      Parameters

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

          The id of the board from which the property will be removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>