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!
Comments
Thanks for quick answer.
But I already use this triple in my project-area resource representation.
To ensure compatibility I used one of Jazz' application project-area resource presentation (of DNG for example) as a template and only changed specific values in it, thus URIs are pointing to our services and so on.
So, there seems some other missing thing.
OK, it's been a while since I did this so I was trying to remember what else we had to specifically add.... do you have a Resource Shape defined?
<oslc:instanceShape rdf:resource="http://jazz.net/ns/process/shapes/ProjectArea"/>
Hello Jackie,
yes we also set this up to our project area rdf resource, but with no luck.
Today, we figured out that it is working with Jazz 6.0.2. But not with any more recent version.
So can I ask which version you are working with?
Thanks in advance.
Hi Benjamin,