It's all about the answers!

Ask a question

How to get value of Corrected Estimate attribute?


pugazhenthi samidurai (26423742) | asked May 31 '12, 6:24 a.m.
Hi,

i am using plain java client for fetching all work items and its values.


But i am unable to get the value of correctedestimate attribute.


Please suggest me any solution

One answer



permanent link
Muthukumar C (32712833) | answered May 31 '12, 6:36 a.m.
Hi,

This code should work.

WorkItemImpl a = (WorkItemImpl) SourceWI.getFullState();

long correctedestimate = a.getCorrectedEstimate()


Hi,

i am using plain java client for fetching all work items and its values.


But i am unable to get the value of correctedestimate attribute.


Please suggest me any solution

Your answer


Register or to post your answer.