how to get Task,Feature id,completed hours by date.
lets say there is a
task 123 in which was created on a sprint which start date is 1st July and end at 10th July
task 123 effort hours is 5 completed hrs is 0 from 1-7-2018
and on 5th July effort is 3 hrs completed 2 hrs
and on 10th July effort is 1 hr and completed is 4 hrs
so how can i find task id,Feature id (by Tree WIQL) of date from 1st July to 5th July.
Based on your description, seems you want to get the history (revisions) for a specific work item.
If it is, then you can use the REST API to retrieve that: See Get a list of work items revisions
Try below sample to filter the list by date:
I have created test solution. It based on rest api. It requires nugate packages:
And you have to update them after install because I had the error: Inheritance security rules violated by type
Test source code: