Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Finding user count in RTC

I am trying to get the count of users per instance by querying Rest Client for each project area. Till the CLM 5.0 version, this link was working for me:

https://<instanceURL>/ccm/process/project-areas/<project area GUID>/members

For CLM 6.0, this link doesn't work. I tried looking out for options but nothing works to give the user count project-area wise.

Please help to solve this.

(Edit: Corrected the version numbers.)

0 votes

Comments

Hi Parijat,
There are no such versions of CLM as 6.1 and 6.2. The latest CLM version available is 6.0. Could you clarify your product version



One answer

Permanent link
I tested with 6.0 and see that the members url acquired through the discovery mechanism is giving the expected results. 

Here are the details : 

Performing a 
GET on 
https://<instanceurl>/ccm/process/project-areas/_OMeuMEc0EeWY7PcyR2j3WA 
       (here "_OMeuMEc0EeWY7PcyR2j3WA" is the projects uuid) 
gives the resource url to use for members, node "members-url" is the one to use

Nodes of interest : 
<jp06:members-url>https://<instanceurl>/ccm/process/project-areas/_OMeuMEc0EeWY7PcyR2j3WA/members</jp06:members-url>
    <jp:admins-url xmlns:jp="http://jazz.net/xmlns/prod/jazz/process/1.0/">https://<instanceurl>/ccm/process/project-areas/_OMeuMEc0EeWY7PcyR2j3WA/admins</jp:admins-url>
Using the resource url from node "jp06:members-url" gave the total members count as a value for property "jp:total-members" on the containing node "jp06:members"

hope this helps

1 vote

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 20 '15, 8:16 a.m.

Question was seen: 2,069 times

Last updated: Aug 20 '15, 9:53 a.m.

Confirmation Cancel Confirm