Skip to content

Commit 8dffad5

Browse files
Source Jira: update migration guide (#38233)
1 parent 01acc55 commit 8dffad5

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

docs/integrations/sources/jira-migrations.md

+9-16
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,18 @@
44

55
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.
66

7-
To gracefully handle these changes for your existing connections, we highly recommend resetting your data before resuming your data syncs with the new version.
7+
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:
88

99
1. Select **Connections** in the main navbar.
1010
1.1 Select the connection(s) affected by the update.
11-
2. Select the **Replication** tab.
12-
2.1 Select **Refresh source schema**.
13-
```note
14-
Any detected schema changes will be listed for your review.
15-
```
16-
2.2 Select **OK**.
17-
3. Select **Save changes** at the bottom of the page.
18-
3.1 Ensure the **Reset affected streams** option is checked.
19-
```note
20-
Depending on destination type you may not be prompted to reset your data
21-
```
22-
4. Select **Save connection**.
23-
```note
24-
This will reset the data in your destination and initiate a fresh sync.
25-
```
11+
2. Select the **Schema** tab.
12+
3. Uncheck all streams except the affected ones.
13+
4. Select **Save changes** at the bottom of the page.
14+
5. Select the **Settings** tab.
15+
6. Press the **Clear your data** button.
16+
7. Return to the **Schema** tab.
17+
8. Check all your streams.
18+
9. Select **Sync now** to sync your data
2619

2720
For more information on resetting your data in Airbyte, see [this page](https://docs.airbyte.com/operator-guides/reset).
2821

0 commit comments

Comments
 (0)