Murad-Suleymanov opened a new pull request, #8950: URL: https://github.com/apache/devlake/pull/8950
### Summary Adds an opt-in config `JIRA_SKIP_UNPARSEABLE_ISSUES` to the Jira `collectIssues` subtask. When an issue page returns a 2xx status but a body that can't be parsed as JSON (e.g. a truncated/partial response), the subtask currently fails and aborts the whole Jira collection. With this flag set to `true`, the unparseable page is logged and skipped so the rest of the collection finishes. Default (`false`) keeps current behaviour. Closes #8949 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
