Hi, community!
We're bringing three more Jira issue fields into the Atlassian Data Lake:
Major incident
Target start
Target end
We’ll gradually roll out these new fields over the coming 2 weeks.
You’ll find a new Is major incident column in both the Incident and Issue tables under “Jira Service Management”. Having this column in two tables reduces the need to join with other larger tables.
Is major incident is a boolean column, it can be filtered by ‘true’ or ‘false’.
The Issue field table under “Jira family of products” will also have a new Major incident field name.
The Target start and Target end dates will show up as two new issue field types in the Issue field table under “Jira family of products”.
You can filter for them by using both the “Field type” and the “Name” columns with the following values in your queries:
For target start:
Field type: com.atlassian.jpo:jpo-custom-field-baseline-start
Name: Target start
For target end:
Field type: com.atlassian.jpo:jpo-custom-field-baseline-end
Name: Target end
The screenshot below uses the “Field type” column in the query filter and shows the corresponding field names for each field type.
Data for the new fields are available in the jira_issue_field and jira_issue_field_metadata tables.
For each field, you can get the field value from jira_issue_field.value, but you’ll need to use a different filter for each field:
Major incident:jira_issue_field.field_type_key = 'com.atlassian.jira.modules.servicemanagement.major-incident-entity:major-incident-entity-field-cftype'
Target start: jira_issue_field_metadata.type = 'com.atlassian.jpo:jpo-custom-field-baseline-start' AND jira_issue_field_metadata.issue_field_id = jira_issue_field.field_id
Target end: jira_issue_field_metadata.type = 'com.atlassian.jpo:jpo-custom-field-baseline-end' AND jira_issue_field_metadata.issue_field_id = jira_issue_field.field_id
For existing Data Lake connections:
An organization admin needs to edit the connections to add the new “Is major incident” columns. If the connection already includes Jira Service Management data, the organization admin can edit it and save it without making any changes. More about editing Data Lake connections.
The data for the new Jira issue fields will automatically be available if the connection already includes Jira data. Otherwise, an organization admin will need to edit the connection to include Jira data.
For existing data shares, data for the new Jira issue fields will automatically be available.
Comment below or contact support if you have any questions or concerns. Thanks!
Tina Ling
1 comment