dosubot[bot] commented on issue #8749: URL: https://github.com/apache/incubator-devlake/issues/8749#issuecomment-3990003881
<!-- Answer --> Thanks for filing this! Your analysis is correct — the Azure DevOps `makeScopeV200` function in [`blueprint_v200.go`](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/azuredevops_go/api/blueprint_v200.go#L67-L121) is missing the same two fixes that were applied to GitLab in [PR #8743](https://github.com/apache/incubator-devlake/pull/8743). The fix should follow the same pattern: 1. Default empty `scopeConfig.Entities` to `plugin.DOMAIN_TYPES` at the start of the function 2. Add `plugin.DOMAIN_TYPE_CROSS` to the repo scope conditions (for both ADO and non-ADO repository checks) Note: [Issue #8742](https://github.com/apache/incubator-devlake/issues/8742) also identified Bitbucket as having the same problem, so you may want to check if that needs a similar fix as well. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f4e2d09a-a6a5-4441-b69b-99b0392ccb2d?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=github) [](https://cursor.com/link/prompt?text=Thanks%20for%20filing%20this%21%20Your%20analysis%20is%20correct%20%E2%80%94%20the%20Azure%20DevOps%20%60makeScopeV200%60%20function%20in%20%5B%60blueprint_v200.go%60%5D%28https%3A//github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/azuredevops_go/api/blueprint_v200.go%23L67-L121%29%20is%20missing%20the%20same%20two%20fixes%20that%20were%20applied%20to%20GitLab%20in%20%5BPR%20%238743%5D%28https%3A//github.com/apache/incubator-devlake/pull/8743%29.%0A%0AThe%20fix%20should%20follow%20the%20same%20pattern%3A%0A1.%20Default%20empty%20%60scopeConfig.Entities%60%20to%20%60plugin.DOMAIN_TYPES%60%20at%20the%20start%20of%20the%20function%0A2.%20Add%20%60plugin.DOMAIN_TYPE_CROSS%60%20to%20the%20repo%20scope%20co nditions%20%28for%20both%20ADO%20and%20non-ADO%20repository%20checks%29%0A%0ANote%3A%20%5BIssue%20%238742%5D%28https%3A//github.com/apache/incubator-devlake/issues/8742%29%20also%20identified%20Bitbucket%20as%20having%20the%20same%20problem%2C%20so%20you%20may%20want%20to%20check%20if%20that%20needs%20a%20similar%20fix%20as%20well.) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8749) -- 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]
