Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

v0.9.1 dbt_jira_source

Latest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 21 Jul 17:48
7054ad4

PR #47 introduces the following updates:

Feature Updates

  • Added support for Jira's work_type field within the stg_jira__issue model.
    • The stg_jira__issue staging model now coalesces work_type with issue_type to generate the issue_type_id field with preference on work_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.

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 issue seed file to include the work_type field for integration testing.

PR #48 includes the following updates:

July 2025 Updates

  • Updated conditions in .github/workflows/auto-release.yml.
  • Added +docs: show: False to integration_tests/dbt_project.yml.
  • Migrated flags (e.g., send_anonymous_usage_stats, use_colors) from sample.profiles.yml to integration_tests/dbt_project.yml.
  • Updated .gitignore to exclude additional DBT, Python, and system artifacts.

Full Changelog: v0.9.0...v0.9.1