Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
getting all efforts per user in specified period
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Slava Davydov  
View profile  
 More options May 21 2012, 3:48 am
From: Slava Davydov <unforgiven.d...@gmail.com>
Date: Mon, 21 May 2012 00:48:36 -0700 (PDT)
Local: Mon, May 21 2012 3:48 am
Subject: getting all efforts per user in specified period
Hi all,
I would like to get efforts per user.
In my first variant I used
[myMember].getSum("Actuals", filter, "Value")

where
EffortFilter filter = new EffortFilter();
filter.project.add(project);

but
MemberLoadPage

shows me less hours for my user. I suppose that this is because the
report uses efforts per current iteration in project. But when I uses
filter.iteration, SDK throws me the error ...
com.versionone.apiclient.MetaException: Unknown AttributeDefinition:
Actual.Iteration

Then I tried to use period of time and also no luck:
URL: http://[ip]/[instance]/meta.v1/Actual/Iteration

com.versionone.apiclient.MetaException: Unknown AttributeDefinition:
Member.Actuals[(Scope='Scope
%3A111189';Date>='2012-01-01+00%3A00%3A01')]

URL:  http://[ip]/[instance]/meta.v1/Member/Actuals[(Scope='Scope%3A111189';Date>='2012-01- 01+00%3A00%3A01')]

Is there any solution to get proper User load report?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ibuchanan  
View profile  
 More options May 21 2012, 10:00 am
From: ibuchanan <ian.bucha...@versionone.com>
Date: Mon, 21 May 2012 07:00:05 -0700 (PDT)
Local: Mon, May 21 2012 10:00 am
Subject: Re: getting all efforts per user in specified period

Slava,

As a raw URL, I think what you want is something like this:
*
https://www14.v1host.com/v1sdktesting/rest-1.v1/Data/Member?sel=Name,...[Date%3E='2000-01-01T00:00:00.00';Date%3C'2012-01-01T00:00:00.00'].Value.@S um&page=5,0
*<https://www14.v1host.com/v1sdktesting/rest-1.v1/Data/Member?sel=Name,...[Date%3E='2000-01-01T00:00:00.00';Date%3C'2012-01-01T00:00:00.00'].Value.@S um&page=5,0>
(username: admin, password: admin)

The above does not filter on project or iteration so it should show you all
effort based only on the date filters. Can you try against your instance
and see if the data matches your expectations? Then I can give you some
pointers for converting this to SDK code.

Yours truly,
Ian Buchanan
Product Manager for Platform and Integrations


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »