It's all about the answers!

Ask a question

Get list project area of another user


han huynh (19212) | asked Oct 01 '15, 11:36 p.m.
 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



permanent link
Chidambaram L (2343770) | answered Oct 02 '15, 2:14 a.m.
Account A should have JazzAdmin or JazzProjAdmin privileges.


Comments
han huynh commented Oct 02 '15, 2:26 a.m. | edited Oct 02 '15, 2:30 a.m.

 If A has that privilege, what API should i use to do that? Thank you


permanent link
Ralph Schoon (62.7k33643) | answered Oct 02 '15, 2:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Oct 02 '15, 2:35 a.m.

Comments
han huynh commented Oct 02 '15, 3:17 a.m.

 Thank you, this function only return list of process areas not project areas. 


Ralph Schoon commented Oct 02 '15, 3:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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/


han huynh commented Oct 02 '15, 4:59 a.m.

 i checked it, but it does not return the result as expected . it show only some project areas. 

Your answer


Register or to post your answer.