How to get timeline of a specific workitem via REST API?
![]() Hi,
|
One answer
![]()
Luis Peregrina (181●1●4)
| answered May 22 '17, 3:15 p.m.
JAZZ DEVELOPER edited May 22 '17, 3:16 p.m. Hello Tali, per https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Attributes it should be
https://<HOST>:<PORT>/<CONTEXT>/oslc/workitems/<ID>?oslc_cm.properties=rtc_cm:plannedFor
Comments Hi Luis, Thanks for our reply.
Do you see anywhere that the timeline is displayed alongside with the workitem? Just try to understand the use case and the reason you don't want to iterate through the iterations to get the timeline.
Hi Donald,
Tali, the timeline is referenced in the plannedFor:
Strange, now I see the "rtc_cm:timeline" in the PlannedFor. I don't know how I missed it before. Maybe the work items I tested were missing this information for some reason.
|