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
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
Michael