Field Mapping
The Field Mapping additional export populates 1 table in Snowflake:
Table Details
S4J_FIELD_MAPPING
This table contains information that relates Jira fields to Snowflake export table columns. One instance of this table is created per configured export location. All exports with the Field Mapping additional export option selected will merge field mapping information into this table. The table only contains information related to exports that have the option selected.
Column | Type | Description |
---|---|---|
ID | INT | Autogenerated ID |
FIELDKEY | VARCHAR | Jira field key |
FIELDID | VARCHAR | Jira field ID |
FIELDNAME | VARCHAR | Jira field name |
COLUMNNAME | VARCHAR | Snowflake column name |