dosubot[bot] commented on issue #8563: URL: https://github.com/apache/incubator-devlake/issues/8563#issuecomment-3248428127
<!-- Greeting --> Hi @tony-stark-eth! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the incubator-devlake team. <!-- Answer --> The Jira V2 API endpoint (`/api/2/search`) has been removed by Atlassian, which breaks DevLake's Jira integration when collecting epics and other issue data. The error you’re seeing is caused by hardcoded usage of this deprecated endpoint in the Jira plugin, specifically in [`epic_collector.go`](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/jira/tasks/epic_collector.go). DevLake currently does not support the Jira V3 API (`/rest/api/3/search/jql`), and there is no evidence of ongoing migration work or official guidance in the repository or documentation. To restore Jira integration, the codebase needs to update all references to the V2 endpoint and migrate to the V3 API, following Atlassian’s [migration guide](https://developer.atlassian.com/changelog/#CHANGE-2046). Until this migration is completed, Jira data collection in DevLake will not work with new Jira instances. There are no documented workarounds or patches available at this time. If you or others are interested in contributing, the migration would involve updating the URL templates and query logic in the Jira plugin collectors to use the V3 endpoints. <!-- 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/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a9d3cb62-bd86-4011-a8f5-55bd8260d0c2?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](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/8563) -- 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]
