Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions airbyte-integrations/connectors/source-jira/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10121,6 +10121,14 @@ definitions:
readOnly: true
value:
description: The value of the property. Required on create and update.
type:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pnilan didn't we had an outage on source-hubspot because we had a field with multiple types? Did we have a path forward for solving this problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I deployed a dev image 4.3.6-dev.66c1dcca2c and tested it, seems to work. Snowflake sees the column as VARIANT and all different properties synced successfully:

image

But there may be something else I'm not thinking of, so I'll let you discuss and decide!

- 'null'
- string
- number
- integer
- boolean
- object
- array
isdefault:
description: Indicates if the property is the default property.
type:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-jira/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 68e63de2-bb83-4c7e-93fa-a8a9051e3993
dockerImageTag: 4.3.5
dockerImageTag: 4.3.6
dockerRepository: airbyte/source-jira
documentationUrl: https://docs.airbyte.com/integrations/sources/jira
erdUrl: https://dbdocs.io/airbyteio/source-jira?view=relationships
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ The Jira connector should not run into Jira API limitations under normal usage.

| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.3.6 | 2025-10-24 | [68634](https://github.com/airbytehq/airbyte/pull/68634) | Add type definition for `issue_properties` value field |
| 4.3.5 | 2025-10-21 | [68478](https://github.com/airbytehq/airbyte/pull/68478) | Update dependencies |
| 4.3.4 | 2025-10-14 | [67962](https://github.com/airbytehq/airbyte/pull/67962) | Update dependencies |
| 4.3.3 | 2025-10-07 | [67375](https://github.com/airbytehq/airbyte/pull/67375) | Update dependencies |
Expand Down
Loading