Boards
The Boards additional export populates 1 table in Snowflake:
Table Details
S4J_BOARDS
This table contains information related to boards in Jira. All board information available from Jira is stored in this table. One instance of this table is created per configured export location. All exports with the Boards additional export option selected will merge board information into this table. For this reason, it is generally recommended that this option only be selected for one export per location. Otherwise export processes may perform duplicate work.
Column | Type | Description |
---|---|---|
ID | INT | Autogenerated ID |
BOARDID | INT | Board ID in Jira |
NAME | VARCHAR | Board name in Jira |
TYPE | VARCHAR | Board type in Jira |
PROJECTKEY | VARCHAR | Board’s associated Jira Project Key |
PROJECTID | INT | Board’s associated Jira Project ID |