Files
cowork-local/application
thanhnvandClaude Opus 5 dd705c92b6 fix(jira-knowledge): pass CONFIG_PATH to JsonConfigRepository in target_resolver
JiraTargetResolver._resolve_base_url() and _load_config_map() called
JsonConfigRepository() without the required path argument, causing a
TypeError that was silently caught by except Exception, returning empty
strings. This made sync fail with 'Jira base URL is not configured for
this environment' even when the user had saved valid credentials.

Fix: import CONFIG_PATH from config module and pass it to both
JsonConfigRepository() calls so they read the same config file that
AppConfig writes to.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-08 10:43:39 +09:00
..
2026-08-31 05:15:13 +00:00