jira_boards
Details of the boards within Jira.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Jira ID of the board.
-
name
string - Name of the board.
-
board_type
string - Type of the board.
-
private
boolean - Boolean indicating whether or not the board is private.
-
supports_sprints
boolean - Boolean indicating whether or not the board supports sprints.