Has anyone see an issue where users cannot see data in a cross-project JRS report?
I have three RTC projects...I'll call them A, B and C. I created a JRS report that shows all risks across those three projects, sorted by project. I can see 3 risks in project A, one risk in project B and one risk in project C. My other users can only see the 3 risks in project A. I have given them access to the other projects, but they only see project A risks in the JRS widget. To prove that they could see the other risks, I also created separate widgets using regular RTC queries and widgets with one widget showing project A risks, one widget showing project B risks and one widget showing project C risks. The other users can see the risks in those other widgets using regular RTC queries and widgets, but can only see project A risks in the JRS chart. Does anybody know why the other users cannot see some of the risks in the JRS chart, but I can?
Accepted answer
Hello Janet,
For the first user, the fact that he can see the project data because he has the JazzAdmin role does not grant the rights to see the report data in JRS. He needs to be a project member.
For the test ID, I don't think that Team membership is taken into account, try to assign it as a project member.
Best Regards,
Francesco Chiossi
For the first user, the fact that he can see the project data because he has the JazzAdmin role does not grant the rights to see the report data in JRS. He needs to be a project member.
For the test ID, I don't think that Team membership is taken into account, try to assign it as a project member.
Best Regards,
Francesco Chiossi
Comments
3 other answers
Hello Janet,
after you assign the other users as project members you need to rerun the ETL in order for them to have access to the project data.
If you are using the Java ETL is the common job for all applications.
If you are using DCC is the
after you assign the other users as project members you need to rerun the ETL in order for them to have access to the project data.
If you are using the Java ETL is the common job for all applications.
If you are using DCC is the
Comments
Hello Janet,
the project access control uses the email address as the identifier on which the permissions are looked up.
Does your test user have a valid email address in CLM?
Best Regards,
Francesco Chiossi
the project access control uses the email address as the identifier on which the permissions are looked up.
Does your test user have a valid email address in CLM?
Best Regards,
Francesco Chiossi
Comments
Hello Janet,
you might need to check in the data warehouse if the change of email address has been picked up, if not you might need to do a full load for the JTS job.
To check the data in the data warehouse for the user, you can use a query like this:
NOTE: replace Jazzdemo with the actual user id.
Best Regards,
Francesco Chiossi
you might need to check in the data warehouse if the change of email address has been picked up, if not you might need to do a full load for the JTS job.
To check the data in the data warehouse for the user, you can use a query like this:
select * from RIODS.RESOURCE where NAME='Jazzdemo';and check that there is the email populated in REFERENCE_ID.
NOTE: replace Jazzdemo with the actual user id.
Best Regards,
Francesco Chiossi
Comments
1 vote