This repository was archived by the owner on Jan 20, 2026. It is now read-only.
PR #47 introduces the following updates:
Feature Updates
- Added support for Jira's
work_typefield within thestg_jira__issuemodel.- The
stg_jira__issuestaging model now coalesceswork_typewithissue_typeto generate theissue_type_idfield with preference onwork_type. - This change aligns with Atlassian's recent update, where “work item” is replacing the term “issue” across Jira. This ensures compatibility as Jira evolves.
- The
Under the Hood
- Introduced the generate-docs github workflow for consistent docs generation.
- Included an updated version of the maintainer pull request template.
- Updated the
issueseed file to include thework_typefield for integration testing.
PR #48 includes the following updates:
July 2025 Updates
- Updated conditions in
.github/workflows/auto-release.yml. - Added
+docs: show: Falsetointegration_tests/dbt_project.yml. - Migrated
flags(e.g.,send_anonymous_usage_stats,use_colors) fromsample.profiles.ymltointegration_tests/dbt_project.yml. - Updated
.gitignoreto exclude additional DBT, Python, and system artifacts.
Full Changelog: v0.9.0...v0.9.1