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 {