Enable fullSync mode on Jira board collection #8618
-
|
I am getting the following error when collecting metrics on JIRA boards on version 1.0.3-beta5: " filter jql has changed, please use fullSync mode" how can I enable fullSync mode? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
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 Alternatively, you can manually trigger fullSync by configuring your blueprint or pipeline's sync policy to set the 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. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

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.Alternatively, you can manually trigger fullSync by configuring your blueprint or pipeline's sync policy to set the
fullSyncflag totruereference.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.
To reply, just me…