How explode historical changes in RTC?
How I could get historical information about a particular work item in RTC?.
I know I could use de internal API to explode this information, for example as follows: https://oc3108781420.ibm.com:9445/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?id=595&includeAttributes=false&includeLinks=false&includeApprovals=false&includeHistory=true but I would like to get these changes in a more exploitable format instead of html content.
How I could use this API or other in order to explode this kind of information? any suggestion for that please?
Thanks in advance.
David
I know I could use de internal API to explode this information, for example as follows: https://oc3108781420.ibm.com:9445/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?id=595&includeAttributes=false&includeLinks=false&includeApprovals=false&includeHistory=true but I would like to get these changes in a more exploitable format instead of html content.
How I could use this API or other in order to explode this kind of information? any suggestion for that please?
Thanks in advance.
David
One answer
You best bet for API questions would be the jazz.extend forum.
And in general, internal API's can change from release to release, so
using an internal API would mean that you might have to recode in order
to migrate to the next release.
Cheers,
Geoff
On 11/7/2011 5:08 AM, ddiegomercado wrote:
And in general, internal API's can change from release to release, so
using an internal API would mean that you might have to recode in order
to migrate to the next release.
Cheers,
Geoff
On 11/7/2011 5:08 AM, ddiegomercado wrote:
How I could get historical information about a particular work item in
RTC?.
I know I could use de internal API to explode this information, for
example as follows:
https://oc3108781420.ibm.com:9445/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?id=595&includeAttributes=false&includeLinks=false&includeApprovals=false&includeHistory=true
but I would like to get these changes in a more exploitable format
instead of html content.
How I could use this API or other in order to explode this kind of
information? any suggestion for that please?
Thanks in advance.
David