jira_fix_versions
Records of the fix versions in Jira.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Jira ID of the fix version.
-
name
string - Name of the fix version.
-
description
string - Description of the fix version.
-
released
boolean - Boolean indicating if the fix version has been released.
-
release_date
date - Date at which the fix version was released.
-
archived
boolean - Boolean indicating if the fix version has been archived.