Pre release/add team variable to jira sprint enhanced#184
Open
fivetran-savage wants to merge 25 commits into
Open
Conversation
* Integrity test sprint investigation (#177) * Integrity test sprint investigation * Revert dbt_project.yml * schema * Bugfix/jira using teams incremental fix (#180) * bugfix/jira_using_teams_incremental_fix * switch to append_new_columns * Apply suggestions from code review --------- Co-authored-by: Savage Fivetran <sarah.savage@fivetran.com> * readme changelog * changelog and on schema change fail * changelog * fix casting * remove on schema change * readme * Uncomment Databricks SQL Warehouse test step * Generate dbt docs via GitHub Actions * Update CHANGELOG.md --------- Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> Co-authored-by: Savage Fivetran <sarah.savage@fivetran.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
fivetran-jamie
left a comment
There was a problem hiding this comment.
Looks good, left a few suggestions
| jira_using_versions: false # Enabled by default. Disable if you do not have the versions table or do not want versions-related metrics reported. | ||
| jira_using_priorities: false # Enabled by default. Disable if you are not using priorities in Jira. | ||
| jira_using_teams: false # Enabled by default. Disable if you are not using teams in Jira. | ||
| jira_sprint_enhanced_include_teams: false # Enabled by default. Disable if you have the team table but want jira__sprint_enhanced at sprint-level granularity (one row per sprint instead of one row per team per sprint). Only applies when jira_using_teams is true. |
Contributor
There was a problem hiding this comment.
Since this section is more for source-table-affiliated variables, I think this variable may merit its own section (like jira_include_conversations)
Co-authored-by: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com>
fivetran-jamie
approved these changes
Apr 17, 2026
Contributor
fivetran-jamie
left a comment
There was a problem hiding this comment.
Two requests but otherwise this is approved for pre-release! Will need to regen docs afterward
| board_id, | ||
| sum(coalesce(original_estimate_seconds, 0)) as original_estimate_seconds, | ||
| sum(coalesce(remaining_estimate_seconds, 0)) as remaining_estimate_seconds, | ||
| sum(coalesce(time_spent_seconds), 0) as time_spent_seconds |
Contributor
There was a problem hiding this comment.
Suggested change
| sum(coalesce(time_spent_seconds), 0) as time_spent_seconds | |
| sum(coalesce(time_spent_seconds, 0)) as time_spent_seconds |
Oops had a typo in my suggestion that caused BK to fail with function sum(integer, integer) does not exist
Contributor
Author
There was a problem hiding this comment.
That's on me. I pushed this late in the day and didn't wait for BK to finish before logging off.
| @@ -1,3 +1,22 @@ | |||
| # dbt_jira v1.9.0-a1 | |||
|
|
|||
Contributor
There was a problem hiding this comment.
Could you add the PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-release 1.9.0-a1
teamcolumn at the model level forjira__sprint_enhancedjira__sprint_enhanced