Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

REST API: retrieve time sheet entries based on iteration

 Hello,

is there a way to retrive a list of time sheet entries with REST api, based on the date of the time sheet entry, and the iteration concerned?
For now, i can retrieve time sheet entries between two dates with the following criteria:

workItem/timeSheetEntry[projectArea/name='" & CONST_projectName & "' and startDate> " & pStartdate & " and startDate< " & pEnddate & "]/(<my attributes>)"

I would like something like:

workItem/timeSheetEntry[projectArea/name='" & CONST_projectName & "' and startDate> " & pStartdate & " and startDate< " & pEnddate & " and workItem/target/name='<MyIteration>']/(<my attributes>)"

But it's not working :(

Is there a way to do so?

Thanks in advance

0 votes


Be the first one to answer this question!

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

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,088

Question asked: Sep 21 '17, 10:30 a.m.

Question was seen: 2,941 times

Last updated: Sep 21 '17, 10:30 a.m.

Confirmation Cancel Confirm