jira.js
    Preparing search index...

    Function setBoardProperty

    • Sets the value of the specified board's property.

      You can use this resource to store a custom data against the board identified by the id. The user who stores the data is required to have permissions to modify the board.

      Parameters

      • client: Client
      • parameters: { boardId: string; propertyKey: string; propertyValue: Record<string, any> }
        • boardId: string

          The ID of the board on which the property will be set.

        • propertyKey: string

          The key of the board's property. The maximum length of the key is 255 bytes.

        • propertyValue: Record<string, any>
      • Optionaloptions: RequestOptions

      Returns Promise<void>