Require REST URI for getting release and user story details
Raja P (15●2●7)
| asked Oct 16 '17, 4:30 a.m.
edited Oct 27 '17, 2:49 a.m. by Ralph Schoon (63.5k●3●36●46)
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
Raja P
commented Oct 25 '17, 2:31 a.m.
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:-)
Raja P
commented Oct 26 '17, 10:24 a.m.
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
Donald Nong
commented Oct 27 '17, 3:49 a.m.
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.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.