changes.mady.by.user Louis-Philippe Bell
Saved on Apr 03, 2024
Saved on Apr 10, 2024
Next →
...
Bases: Resource, ABC
Resource
ABC
Base class for all boards. Cannot be instantiated, must use subclass.
board_id (str) – The ID of the board.
project_id (str) – The ID of the Project that owns this board.
Project
board_type (BoardType) – The type of board.
Delete the current board.
Convert this resource to a serialized JSON representation.
fields (tuple[str] | list[str]) – Fields to include.
values (tuple[object] | list[object]) – The value of each field
The serialized JSON representation.
str
The creation date of the board.
This property is read-only, it cannot be modified.
A description of the board.
The ID of the resource.
The last-modified date of the board.
The name of the board.
The Board name must be unique within a group or within the root level of boards.
The order of this board within its group.
The parent Board that contains the current board.
The path of the board in the board tree.
The type of the board.