Get list project area of another user
Hi everyone,
I have an issue but still cannot solve it. I am using RTC Java API.
Here is my case:
I have 2 accounts A, B. I use account A to connect to RTC API, then try to get list project area that B can access. So if B can access to project area X, Y, Z. What I expect is using account A, query RTC API and return list X, Y, Z.
Please help me if you have any information relate to this case.
Thank in advance.
2 answers
Comments
Thank you, this function only return list of process areas not project areas.
Project areas are a specialized interface of process areas, which can be project areas or team area. I would suggest to test the instance and to cast. Also easy to see in debugging. In case you can't debug: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
i checked it, but it does not return the result as expected . it show only some project areas.