From dc2e1716c08794b2f46c147d21841123cb0b1c3f Mon Sep 17 00:00:00 2001 From: lowercasebtw Date: Fri, 21 Feb 2025 12:26:55 -0500 Subject: [PATCH] Use 'bugs-legacy' api route --- src/BotConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BotConfig.ts b/src/BotConfig.ts index ceea379..f16d748 100644 --- a/src/BotConfig.ts +++ b/src/BotConfig.ts @@ -194,7 +194,7 @@ export default class BotConfig { public static jiraLogin(): void { // TODO: integrate newErrorHandling from Jira.js MojiraBot.jira = new JiraClient( { - host: 'https://bugs.mojang.com', + host: 'https://bugs-legacy.mojang.com', telemetry: false, authentication: this.jiraPat === undefined ? undefined : { personalAccessToken: this.jiraPat,