jira_sprints
Details of the sprints within Jira.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Jira ID of the sprint.
-
name
string - Name of the sprint.
-
state
string - State of the sprint.
-
board_id
Foreign key - ID of the board which the sprint belongs (deprecated).
-
start_date
date - Date at which the sprint was planned to be started.
-
end_date
date - Date at which the sprint ended.
-
activated_date
date - Date at which the sprint actually started.
-
complete_date
date - Date at which the sprint was completed.
-
deleted_at
date - Date at which the sprint was marked deleted.