I found a similar issue: When using a custom ID for a tool used by an aggregating recordIssues step, for example
recordIssues(
id: "build-x64-linux",
name: "build (x64-linux)",
aggregatingResults: 'true',
tools: [
[ $class: 'io.jenkins.plugins.analysis.warnings.Cmake', id: 'configure-x64-linux', pattern: 'build-x64-linux.log' ],
[ $class: 'QtTranslation', pattern: 'build-x64-linux.log' ]
]
)
the overview on the build page doesn't use the correct name of the analyzer, and instead displays a generic "Static Analysis", for example

Should I create a dedicated issue for this problem or will this automatically be fixed when this issue is fixed?
As mentioned in JENKINS-72777 a new persistent property needs to be added to the results that stores the actual parser ID that has been used.