How to get time entries of a specific user by oslc 2.0?
Hello,
is there a way to get the time tracking entries of a user by OSLC? I tried it with the following Query: rtc_cm:timeSheet{rtc_cm:entry{dc:creator{foaf:name=\"" + userName + "\"}}} but it takes the creator of the workItem itself and returns the result. Is it possible to select for the creator of a single time entry? Best regards |
2 answers
Hi Melanie, I'm currently facing exactly the same issue. I would like to query all time sheet entries for a specific user on a specific date. All I can do is query all work items and parse through all of them - which is highly inefficient. Did you find a solution to your problem?
Regards
|
I too am looking for a timeentry search. In my case I'd just like to get all the timeentries for a single WorkItem without having to fetch each entry individually out of the timesheet.
|
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.