How to check whether Jazz Admin is part of Project in DNG using OSLC
![]()
I have written plugin with GUI that shows list of the projects that user part of and once user selects any of the project it pulls out the list of all the folder/requirements in that project. it is behaving abnormally if login with Jazz admin credentials . When i use plugin with Jazz admin credentials all the project being pulled out whether Jazz admin is part of the project or not in Project list. When i select any of the project that Jazz admin is not part of, i am getting nothing in Requirement and folders. Is there any way to know that jazz admin is not part of the project out of all the projects being pulled out ?. Thnaks in advance.
I am using CLM 6.0 and java, OSLC. |
2 answers
![]()
You can use the URI
https://clm:9443/rm/process/project-areas/<Project UUID>/members https://clm:9443/rm/process/project-areas/<Project UUID>/admins to find out the members and administrators of a project. I may just happen to see the same (probably?) issue as you did - I assigned JazzAdmins role to a user without assigning any licenses, the the user could get the project list, but got an HTTP 403 error when trying to query requirements. Once the user had the correct license, there was no problem for listing folders and requirements at all - just as if the user is a member/administrator of the project. |