Timesheet not getting refrenced by WorkItemEndPoints.WORK_TIME
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
Ralph Schoon (63.5k●3●36●46)
| answered Dec 15 '15, 8:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
My API explained here https://rsjazz.wordpress.com/2015/03/31/the-work-item-time-tracking-api/ worked for me.
harshal Wable selected this answer as the correct answer
|
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.