Skip to content

Commit 8801974

Browse files
Release review
1 parent 92e9ca6 commit 8801974

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
| ---------- | ----------- | -------- | -------- | ----- |
88
| [jira__timestamp_issue_field_history](https://fivetran.github.io/dbt_jira/#!/model/model.jira.jira__timestamp_issue_field_history) | New Model (**Breaking Change**) | | | SCD Type 2 table tracking field changes at timestamp level with validity periods. Each record shows complete field state during a time period with `valid_from`/`valid_until` timestamps. |
99
| [jira__issue_status_transitions](https://fivetran.github.io/dbt_jira/#!/model/model.jira.jira__issue_status_transitions) | New Model (**Breaking Change**) | | | Issue status transition tracking with workflow analysis. Provides chronological view of status changes with timing metrics, transition direction analysis, and lifecycle indicators. |
10-
| [stg_jira__team](https://fivetran.github.io/dbt_jira/#!/model/model.jira.stg_jira__team) | New Model (**Breaking Change**) | | | Added staging model for Jira teams functionality. You can leverage the `jira__using_teams` variable to disable this model in dbt Core (Quickstart will handle enabling/disabling automatically). |
11-
| [stg_jira__team_tmp](https://fivetran.github.io/dbt_jira/#!/model/model.jira.stg_jira__team) | New Model (**Breaking Change**) | | | Added temp model for Jira teams functionality. You can leverage the `jira__using_teams` variable to disable this model in dbt Core (Quickstart will handle enabling/disabling automatically). |
10+
| [stg_jira__team](https://fivetran.github.io/dbt_jira/#!/model/model.jira.stg_jira__team) | New Model (**Breaking Change**) | | | Adds staging model for Jira teams functionality. You can leverage the `jira__using_teams` variable to disable this model in dbt Core (Quickstart will handle enabling/disabling automatically). |
11+
| [stg_jira__team_tmp](https://fivetran.github.io/dbt_jira/#!/model/model.jira.stg_jira__team) | New Model (**Breaking Change**) | | | Adds temp model for Jira teams functionality. You can leverage the `jira__using_teams` variable to disable this model in dbt Core (Quickstart will handle enabling/disabling automatically). |
1212
| [jira__daily_issue_field_history](https://fivetran.github.io/dbt_jira/#!/model/model.jira.jira__daily_issue_field_history) | Data Change (**Breaking Change**) | If configured - `project`, `assignee`, `team` brought in with default field id values. | If configured - `project`, `assignee`, `team` names now brought through. | Fields customers can define with the `issue_field_history_columns` variable that bring in their identifier values now bring in the names for easier analytical insights. |
1313
| [stg_jira__issue_field_history](https://fivetran.github.io/dbt_jira_source/#!/model/model.jira_source.stg_jira__issue_field_history) | New Column | | `author_id` | Tracks which user made each field change for audit trail and change attribution. |
1414
| [stg_jira__issue_multiselect_history](https://fivetran.github.io/dbt_jira_source/#!/model/model.jira_source.stg_jira__issue_multiselect_history) | New Column | | `author_id` | Tracks which user made each multiselect field change for audit trail and change attribution. |
1515

1616
## Feature Update
17-
- Added support for Jira teams functionality by introducing staging models `stg_jira__team` and `stg_jira__team_tmp`.
18-
- Enhanced issue field history models to include team information if teams are enabled.
17+
- Adds support for Jira teams functionality by introducing staging models `stg_jira__team` and `stg_jira__team_tmp`.
18+
- Enhances issue field history models to include team information if teams are enabled.
1919
- When teams are enabled, team data will populate in the `jira__daily_issue_field_history` model to track team assignments over time and the `jira__issue_enhanced` model to provide current team assignment for each issue.
2020

2121
## Feature Update
22-
- Created new analysis folder with `jira__issue_transition_cumulative_flow_analysis` and `jira_daily_issue_status_category_analysis` models. See the analysis [README.md](https://github.com/fivetran/dbt_jira/blob/main/analysis/README.md) for more details on how to use these models for your Jira reporting.
22+
- Creates new analysis folder with `jira__issue_transition_cumulative_flow_analysis` and `jira_daily_issue_status_category_analysis` models. See the analysis [README.md](https://github.com/fivetran/dbt_jira/blob/main/analysis/README.md) for more details on how to use these models for your Jira reporting.
2323

2424
## Under the Hood
25-
- Introduced relevant team related seed data, macros, and variables to ensure team support.
26-
- Created new ephemeral intermediate models that perform necessary operations to build the new `jira__timestamp_issue_field_history` models.
25+
- Introduces relevant team related seed data, macros, and variables to ensure team support.
26+
- Creates new ephemeral intermediate models that perform necessary operations to build the new `jira__timestamp_issue_field_history` models.
2727
- `int_jira__pivot_timestamp_field_history`: Table pivoting out the fields in field history into columns at the timestamp level to capture all field changes rather than just daily snapshots.
2828
- `int_jira__timestamp_field_history_scd`: Slowly-changing-dimension model that backfills field values at the timestamp level.
29-
- Introduced relevant team related seed data, macros, and variables to ensure team support.
30-
- Created consistency tests for new end models.
29+
- Introduces relevant team related seed data, macros, and variables to ensure team support.
30+
- Creates consistency tests for new end models.
3131

3232
# dbt_jira v1.0.0
3333

0 commit comments

Comments
 (0)