AayushBansal-767 opened a new issue, #8943: URL: https://github.com/apache/devlake/issues/8943
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened The `convertApiTimelineRecords `subtask in the Azure DevOps Go plugin has incorrect `DomainTypes `metadata, causing it to be silently skipped for all external (non-ADO native) repositories. This results in `cicd_tasks `never being populated, breaking task-level deployment/environment detection and degrading DORA metrics accuracy. ### What do you expect to happen `convertApiTimelineRecords `should run whenever CICD entities are requested, populating `cicd_tasks `with stage/job records including regex-matched type and environment fields. ### How to reproduce 1. Set up Azure DevOps connection with an external GitHub repository 2. Configure `deployment_pattern `and `production_pattern `in scope config 3. Run a sync/blueprint 4. Observe: `collectApiTimelineRecords `and `extractApiTimelineRecords `run, but `convertApiTimelineRecords `is absent from `_devlake_subtasks` 5. `SELECT COUNT(*) FROM cicd_tasks WHERE id LIKE '%azuredevops_go%'` returns 0 ### Anything else _No response_ ### Version v1.0.3-beta12 ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
