Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Jira Source Package - Field History "Is Active" support #36

Open
2 of 4 tasks
alastairbulloch opened this issue Feb 21, 2023 · 2 comments
Open
2 of 4 tasks
Labels
type:enhancement New functionality or enhancement update_type:feature Primary focus is to add new functionality

Comments

@alastairbulloch
Copy link

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

Fivetran's Jira Connector added a new "IS_ACTIVE" column to the ISSUE_FIELD_HISTORY table which (I believe) shows which of the field's history values is the current one.

Can we add this to the Jira Source DBT package so that we can use this column downstream?

It's a much more efficient way of determining the current value for custom fields etc.

Thanks,
Ali

Describe alternatives you've considered

I'm going to manually join the DBT source package issue field history model with a homebrewed model that patches in that field...

Are you interested in contributing this feature?

  • Yes.
  • Yes, but I will need assistance and will schedule time during your office hours for guidance.
  • No.

Anything else?

Keep up the good work :)

@fivetran-joemarkiewicz
Copy link
Contributor

Hi @alastairbulloch thanks so much for opening this feature request!

I think this feature request is a very relevant addition to the package and will help with performance of the package to take advantage of this new field as opposed to recreating the field as we currently do in the package code. I will need to do some investigating in order to understand if adding this logic in the connector was rolled out widespread, or just to new connectors.

Nevertheless, we will explore this during the next major update to the Jira package to help with performance. Thank you again for the great suggestion!

@fivetran-joemarkiewicz fivetran-joemarkiewicz added type:enhancement New functionality or enhancement update_type:feature Primary focus is to add new functionality labels Feb 27, 2023
@elyalvarado
Copy link

This should also be added for the ISSUE_MULTISELECT_HISTORY table, which suffers from the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New functionality or enhancement update_type:feature Primary focus is to add new functionality
Projects
None yet
Development

No branches or pull requests

3 participants