Extract Corrected Estimate and Time Spent with RTC Java API
HI,
I am trying to extract "Corrected Estimate" and "Time Spent" using RTC Java API, when I debug the application I can see the attributes in the IWorkItem interface "correctedEstimate" and "TimeSpent", nevertheless I can't obtain or get the value:
IWorkItem workItem - > Instance
I am not able to find it in the instance of the class.
Thanks in advance.
Regards,
Gustavo Leyva.
I am trying to extract "Corrected Estimate" and "Time Spent" using RTC Java API, when I debug the application I can see the attributes in the IWorkItem interface "correctedEstimate" and "TimeSpent", nevertheless I can't obtain or get the value:
IWorkItem workItem - > Instance
I am not able to find it in the instance of the class.
Thanks in advance.
Regards,
Gustavo Leyva.
2 answers
Hello Gustavo,
you may use:
-
WorkItemAttributes.CORRECTED_ESTIMATE
-
WorkItemAttributes.TIME_SPENT
Thanks,
Eric