To convert the analyzer bug report to different formats (xml, tasks and so on) you can use the Plog Converter. It is applicable for cross-platform working scenarios (C++, Java) on all supported operating systems when checking Makefile, CMake, QMake, Ninja, WAF projects.
More detailed description is available on the documentation page, section "Plog Converter Utility".
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
An example of a command that will be suitable for most users for opening the report in QtCreator:
plog-converter -a GA:1,2 -t tasklist -o /path/to/project.tasks /path/to/project.log