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

How to get resource allocation of a user in EWM/RTC using java api

 Hello Everyone,

I am trying to create a team capacity report,  this metric needs team members resource allocation. Trying to calculate how much % a user is over loaded. Is there a way to get resource allocation/work allocation of a user from his profile by project. If there is a way can someone help me with the api or where I can find it. 

Thanks.

0 votes



One answer

Permanent link

 As far as I can tell, the core client API for this is 


com.ibm.team.apt.common.resource.IWorkResourceDetails
com.ibm.team.apt.internal.client.resource.IResourcePlanningClient

Note that the IResourcePlanningClient is an internal API.
        final IResourcePlanningClient resourcePlanning = (IResourcePlanningClient) this.teamRepository
                .getClientLibrary(IResourcePlanningClient.class);
        ResourcePlanningManager resourcePlanningManager = resourcePlanning
                .getResourcePlanningManager();
    


0 votes

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
× 1,220

Question asked: May 16 '23, 10:06 a.m.

Question was seen: 957 times

Last updated: May 17 '23, 3:42 a.m.

Confirmation Cancel Confirm