Require REST URI for getting release and user story details
![]()
Raja P (15●1●5)
| asked Oct 16 '17, 4:30 a.m.
edited Oct 27 '17, 2:49 a.m. by Ralph Schoon (61.8k●3●36●43)
I need REST URI for getting release version and if i pass a particular release then i need to get user stroies which are created for the particular release. also if i pass a particular user story id then i need to get complete info (work item details) for the specific user story.
Thanks in advance:-)
|
Accepted answer
![]() If you are looking for "Planned For" value, you can try
Raja P selected this answer as the correct answer
Comments Hi Subramnaya, Thanks for your reply. it really helps. I have a project name called "ABC", so I need to get Planned Items details (such as Summary, Id, Status, Story Point and Filed Against) by passing the project name
Kindly share me the right URI to get them. Thanks in advance:-)
Hi Subramnaya, I need a REST URI for getting below details by passing the project name for both types (i.e Tasks and story) Id, Summary, Type, Filed Against, Application, Story Points, Creation Date, Creation By, Project Area, Team Area, Owned By, Priority, Planned For, Release So could you please help me to get them. Thanks Use * as the field selection should give you "all" fields. For example, workitem/workItem/(description|summary|severity|state) show you only the select four attributes, while workitem/workItem/* will show you all the attributes.
|