From bfd616337bcde7f87274b9cbaf341e8da0f81ef2 Mon Sep 17 00:00:00 2001 From: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:57:00 +0100 Subject: [PATCH] Update Jira project keys for T-SQL, PL/SQL and VB6 (#4804) --- frontend/src/RulePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/RulePage.tsx b/frontend/src/RulePage.tsx index 282c450e41..ae3b3242dd 100644 --- a/frontend/src/RulePage.tsx +++ b/frontend/src/RulePage.tsx @@ -158,7 +158,7 @@ const languageToJiraProject = new Map(Object.entries({ 'HTML': 'SONARHTML', 'PHP': 'SONARPHP', 'PLI': 'SONARPLI', - 'PLSQL': 'SONARPLSQL', + 'PLSQL': 'PLSQL', 'RPG': 'SONARRPG', 'APEX': 'SONARAPEX', 'RUBY': 'SONARRUBY', @@ -168,8 +168,8 @@ const languageToJiraProject = new Map(Object.entries({ 'GO': 'SONARGO', 'SECRETS': 'SONARTEXT', 'SWIFT': 'SONARSWIFT', - 'TSQL': 'SONARTSQL', - 'VB6': 'SONARVBSIX', + 'TSQL': 'TSQL', + 'VB6': 'VB6', 'XML': 'SONARXML', 'CLOUDFORMATION': 'SONARIAC', 'TERRAFORM': 'SONARIAC', @@ -320,7 +320,7 @@ function usePageMetadata(ruleid: string, language: string, classes: UsedStyles): if (coverage !== 'Not Covered') { prUrl = undefined; - branch = 'master'; + branch = 'master'; } return {