how to get Task id,Feature id,Complete hrs by WIQL tfs by date?
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