How to make web URL of current Iteration using Rest API
I am getting current Iteration link using REST API's
https://sdp.web.att.com/fa5ccm1/process/project-areas/_ueidgMbHEeal05Ey5NfTLQ/timelines/_SeALIsbsEeavR45kgk1OVw/iterations/_SeG408bsEeavR45kgk1OVw/children
and web url for this iteration is
https://sdp.web.att.com/fa5ccm1/web/projects/Content_Document_Management_LM_20.03.01#action=com.ibm.team.apt.viewPlan&page=com.ibm.team.apt.web.ui.plannedItems&id=_MFYH4PeOEeaSo94C0M4TBw
My Question is how to get planned Items ID from REST API or how can I make web URL using _SeG408bsEeavR45kgk1OVw value?
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 07 '17, 5:56 a.m.I think the question is, what do you try to achieve with it. The first one is likely a resource URI but the second one is for an editor.
Ajay Gera
Jun 07 '17, 7:18 a.m.I need to get Iteration id so that I can make the editor url but I am not getting Iteration id(_MFYH4PeOEeaSo94C0M4TBw) from REST API