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
Do you mean that you used to get all the work items but now you get only one?
No, I wish get all the work items but I get only one now.