Build results are not getting synchronized to RQM
The synchronization were working few weeks ago. Now we see errors in the qm.log:
One answer
Go to RTC WebUI, Choose Build / Build Definition.
Pick any build definition and load it. The URL will end with
action=com.ibm.team.build.viewDefinition&id=_THE_UUID_OF_THE_BUILD_DEF
paste _71FAEKIBEeecTrqb_cJGew where I placed _THE_UUID_OF_THE_BUILD_DEF and hit enter.
If you are comfortable with something like the RESTClient browser add-on you can use this form after your "base" URL:
/service/com.ibm.team.repository.common.internal.IVirtualRestService/virtual/build/results?definitionUUID=_THE_UUID
You will have to add an Accept: text/json header before sending.
There is likely a more direct route to the Build Definition, but I've forgotten the format of the URL. It helps to be JazzAdmin as getting results won't be thwarted by access limitations.