|
7 | 7 | | ---------- | ----------- | -------- | -------- | ----- | |
8 | 8 | | [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. | |
9 | 9 | | [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). | |
12 | 12 | | [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. | |
13 | 13 | | [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. | |
14 | 14 | | [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. | |
15 | 15 |
|
16 | 16 | ## 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. |
19 | 19 | - 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. |
20 | 20 |
|
21 | 21 | ## 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. |
23 | 23 |
|
24 | 24 | ## 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. |
27 | 27 | - `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. |
28 | 28 | - `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. |
31 | 31 |
|
32 | 32 | # dbt_jira v1.0.0 |
33 | 33 |
|
|
0 commit comments