REST request for getting all work items into a project. Is it possible ?
Hi,
I am working on RTC 5 and I am wondering how to get all work items into a project. I want to get them in an .xlsm file.
So, I am using RESTrequest but today, I am getting only one work item included in my project. Here my API request : "workItem/workItem[projectArea/name='" & CONST_projectName & "']/(id|summary|timeSpent|type/name)" where CONST_project name is my project name.
Have you any ideas why I am not getting all work items ?
Regards,
H
Comments
Donald Nong
Jul 04 '17, 1:43 a.m.Do you mean that you used to get all the work items but now you get only one?
Hugh Cnn
Jul 04 '17, 10:05 a.m.No, I wish get all the work items but I get only one now.