docs/integrations/sources/jira-migrations.md
This is a breaking change for users syncing the Pull Requests stream, which will no longer be supported moving forward. This version removes all code pertaining to this stream, as well as the enable_experimental_streams config option.
Users who do not have this stream enabled will not be affected and can safely upgrade to version 4.0.0. If you are syncing data from this stream, please:
pull_requests streamenable_experimental_streams field to false and save your changes.If you're a self-managed user and can't upgrade to the new version yet, you can pin the connector to a specific version. Help managing upgrades.
This is a breaking change for Workflows stream, which used Id field as pk.
This version introduces changing of pk from Id(type: object) to composite pk [entityId, name](type: string, string), as it makes stream compatible with destinations that do not support complex primary keys(e.g. BigQuery).
To gracefully handle these changes for your existing connections, we highly recommend resetting your data before resuming your data syncs with the new version. The Workflows stream can be manually reset in the following way:
For more information on resetting your data in Airbyte, see this page.
We're continuously striving to enhance the quality and reliability of our connectors at Airbyte. As part of our commitment to delivering exceptional service, we are transitioning source-jira from the Python Connector Development Kit (CDK) to our innovative low-code framework. This is part of a strategic move to streamline many processes across connectors, bolstering maintainability and freeing us to focus more of our efforts on improving the performance and features of our evolving platform and growing catalog. However, due to differences between the Python and low-code CDKs, this migration constitutes a breaking change.
To gracefully handle these changes for your existing connections, we highly recommend resetting your data before resuming your data syncs with the new version. The Issues, Board Issues and Sprint Issues streams can be manually reset in the following way:
For more information on resetting your data in Airbyte, see this page.
Note: this change is only breaking if you are using the Boards Issues stream in Incremental Sync mode.
This is a breaking change because Stream State for Boards Issues will be changed, so please follow the instructions below to migrate to version 1.0.0:
For more information on resetting your data in Airbyte, see this page.