It's all about the answers!

Ask a question

Timesheet not getting refrenced by WorkItemEndPoints.WORK_TIME


harshal Wable (17315) | asked Dec 15 '15, 7:46 a.m.
I am using Java api to get the Timesheet data . Below is my code snippet

IWorkItemReferences references = workingCopy.getReferences();
List <IReference> timesheets = references.getReferences(WorkItemEndPoints.WORK_TIME);

References is always yielding null , i.e List timesheets is always null for all the workitems .  Am I missing some configuration for Timesheets , which is why is failing to get reference from  workItem , or something else ?

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Dec 15 '15, 8:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
harshal Wable selected this answer as the correct answer

Comments
harshal Wable commented Dec 17 '15, 6:37 a.m. | edited Dec 20 '15, 5:00 p.m.

How to find out Week - Start date or End Date for a particular timesheet entry ?

Your answer


Register or 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.