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.
-
issues_synced_at
date - Date/time when the board issues were last synced from the Jira API