Report Builder shows custom projects as unknown projects
Hello,
I want to write queries in Jazz' Report Builder.
Thus I have added our own TRS providers (/trs/process and /trs providers) to the LQE as new data source.
I also setup the permissions for my projects in LQE. So I am able to see projects in Report Builder.
But, when defining a new query, my projects are listed with Unknown Project appended as suffix.
The ReportBuilder shows a warning, complaining these projects do not belong to anything.
And of course, I'm not able to query any artifacts of mine.
I think, that my projects are labeled as unknown projects, is the main reason here, that queries not working properly.
Is there something missing in my returned project resources or am I not responding to a specific request here?
Please let me know if you need further information.
Thanks in advance,
Benjamin
Accepted answer
Hi Benjamin,
We also have our own TRS providers, and found that to get the project to show up as 'CCM Project' you need to include this in your Project RDF
<rdf:type rdf:resource="http://jazz.net/ns/process#ProjectArea" />I don't know how to define custom types, or if it's possible, so we have used that triple and now our projects show up as 'CCM Project' instead of 'Unknown Project'. Hope this helps!