Is there an Api to get state id of the DNG project
Hello All,
I am checking on API to restrict access with access control on DNG project for which i require a project item id and project state id . I was able to find project item id is there a way to get state ID?
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 04 '22, 6:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 04 '22, 6:14 a.m. The partially showed POST from the comment to the question is recorded from a browser to server communication. This is almost certainly NOT a supported API call. This is very likely an INTERNAL unsupported API call.
Some thoughts:
1. The API landing page can be found here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
The APIs that could help with this are the Jazz Foundation APIs. I have not tried if they allow to set the access control of a project area. (I did a quick peek, but could not find anything)
2. I am pretty sure the EWM Plain Java Client Libraries could be used to set the access control context of a project area. This should work for any application. At least it has worked in the past when I tried, because it is using the Jazz Foundation code. I had never the need to try out.
3. I am not so sure if that is a good idea to try to change the access context. What about users that are already logged in?
Swathi sheshadri selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
You are asking complicated questions without providing any information that would help answering them.
What does restrict Access mean? What would you do in the UI?
What API are you looking at? Where did you find documentation? Tool Versions.
If there are any other ways to restrict user access in the project please let me know