jira_issue_sprints

Record of sprints applied to issues in Jira.

id

Primary key
Unique identifier for the row.

project_id

Foreign key
ID of the project to which the issue belongs.

sprint_id

Foreign key
ID of the sprint applied to the issue.

issue_id

Foreign key
ID of the issue which the sprint is applied.

planned

boolean
Boolean indicating if the issue was planned for the sprint.

planned_points

number
Number of story points planned for the issue in the sprint, if the issue was planned.

deleted_at

date
Date at which the issue was removed from the sprint, if ever.