GitHub user dosubot[bot] edited a comment on the discussion: Enable fullSync mode on Jira board collection
<!-- Answer --> To enable fullSync mode for Jira board collection in DevLake and resolve the "filter jql has changed, please use fullSync mode" error, set the environment variable `JIRA_JQL_AUTO_FULL_REFRESH=true`. This allows DevLake to automatically switch to fullSync mode when the JQL filter changes, triggering a complete data sync instead of incremental updates [reference](https://github.com/apache/incubator-devlake/blob/main/devops/releases/lake-v1.0.1/env.example). Alternatively, you can manually trigger fullSync by configuring your blueprint or pipeline's sync policy to set the `fullSync` flag to `true` [reference](https://github.com/apache/incubator-devlake/blob/main/backend/core/models/migrationscripts/20230911_add_sync_policy.go). FullSync mode performs a complete refresh of your Jira board data, which is necessary when the JQL filter changes to ensure all relevant issues are collected [reference](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/jira/tasks/board_filter_begin_collector.go). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fincubator-devlake).* --- Share context across your team and agents. Try [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-tagline&utm_term=apache%2Fincubator-devlake). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-feedback&utm_term=apache%2Fincubator-devlake#message_id=a7111552-5d33-4d85-8bcf-6f1f229a674a) [](https://github.dosu.com/apache/incubator-devlake?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-learn-repo&utm_term=apache%2Fincubator-devlake) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-add-team&utm_term=apache%2Fincubator-devlake) GitHub link: https://github.com/apache/incubator-devlake/discussions/8618#discussioncomment-14740752 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
