tony-stark-eth opened a new issue, #8563: URL: https://github.com/apache/incubator-devlake/issues/8563
### 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 Error: The requested API has been removed. Please migrate to the API /rest/api/3/search/jql. A complete migration guide is available at https://developer.atlassian.com/changelog/#CHANGE-2046. Stack Trace: ``` attached stack trace -- stack trace: | github.com/apache/incubator-devlake/server/services.runPipeline | /app/server/services/pipeline_runner.go:79 | [...repeated from below...] Wraps: (2) Error running pipeline 20. Wraps: (3) attached stack trace -- stack trace: | github.com/apache/incubator-devlake/server/services.RunTasksStandalone | /app/server/services/task.go:217 | github.com/apache/incubator-devlake/server/services.(*pipelineRunner).runPipelineStandalone.func1 | /app/server/services/pipeline_runner.go:42 | github.com/apache/incubator-devlake/core/runner.runPipelineTasks | /app/core/runner/run_pipeline.go:90 | github.com/apache/incubator-devlake/core/runner.RunPipeline | /app/core/runner/run_pipeline.go:54 | github.com/apache/incubator-devlake/server/services.(*pipelineRunner).runPipelineStandalone | /app/server/services/pipeline_runner.go:38 | github.com/apache/incubator-devlake/server/services.runPipeline | /app/server/services/pipeline_runner.go:76 | github.com/apache/inc ubator-devlake/server/services.RunPipelineInQueue.func1 | /app/server/services/pipeline.go:360 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1598 Wraps: (4) attached stack trace | -- stack trace: | | github.com/apache/incubator-devlake/server/services.RunTasksStandalone.func1 | | /app/server/services/task.go:189 | Wraps: (2) Error running task 176. | Wraps: (3) attached stack trace | -- stack trace: | | github.com/apache/incubator-devlake/core/runner.RunPluginSubTasks | | /app/core/runner/run_task.go:333 | | [...repeated from below...] | Wraps: (4) subtask collectEpics ended unexpectedly | Wraps: (5) attached stack trace | -- stack trace: | | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*WorkerScheduler).WaitAsync | | /app/helpers/pluginhelper/api/worker_scheduler.go:173 | | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*ApiCollector).Execute | | /app/helpers/pluginhelper/api/api_collector.go:206 | | github.com/apache/incubator-devlake/hel pers/pluginhelper/api.(*StatefulApiCollector).Execute | | /app/helpers/pluginhelper/api/api_collector_stateful.go:97 | | github.com/apache/incubator-devlake/plugins/jira/tasks.CollectEpics | | /app/plugins/jira/tasks/epic_collector.go:126 | | github.com/apache/incubator-devlake/core/runner.runSubtask | | /app/core/runner/run_task.go:425 | | github.com/apache/incubator-devlake/core/runner.RunPluginSubTasks | | /app/core/runner/run_task.go:330 | | github.com/apache/incubator-devlake/core/runner.RunPluginTask | | /app/core/runner/run_task.go:165 | | github.com/apache/incubator-devlake/core/runner.RunTask | | /app/core/runner/run_task.go:139 | | github.com/apache/incubator-devlake/server/services.runTaskStandalone | | /app/server/services/task_runner.go:114 | | github.com/apache/incubator-devlake/server/services.RunTasksStandalone.func1 | | /app/server/services/task.go:187 | | runtime.goexit | | /usr/local/go/src/runtime/asm_amd64.s:1598 | Wraps: (6) Retry exceeded 3 times calling api/2 /search. The last error was: Http DoAsync error calling [method:GET path:api/2/search query:map[expand:[changelog] jql:[issue in () and updated >= '2025/09/02 02:00' ORDER BY created ASC] maxResults:[100] startAt:[0]]]. Response: {"errorMessages":["Die angeforderte API wurde entfernt. Migrieren Sie bitte zur API /rest/api/3/search/jql. Eine vollständige Migrationsrichtlinie ist unter https://developer.atlassian.com/changelog/#CHANGE-2046 verfügbar."],"errors":{}} (410) | Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError ``` ### What do you expect to happen Please migrate to the JIRA V3 API so I can continue using Devlake :) ### How to reproduce Latest images with a fresh JIRA Instance should result in this error. ### Anything else _No response_ ### Version v1.0.2@41c047d ### Are you willing to submit PR? - [ ] 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]
