Work Item History
Hey,
I recently started development in RTC and I am trying to extend an existing client-side plug-in. Specifically what I want to do is add information to an existing work items history page. I have read the wiki about programmatically creating work items which I was able to do, but I have been unable to find any information about editing a work items history. Is there an API for editing a work item's history or do I have to dig deeper to do this? If I have to extend existing classes which ones should I look at specifically? Thanks in advance.
I recently started development in RTC and I am trying to extend an existing client-side plug-in. Specifically what I want to do is add information to an existing work items history page. I have read the wiki about programmatically creating work items which I was able to do, but I have been unable to find any information about editing a work items history. Is there an API for editing a work item's history or do I have to dig deeper to do this? If I have to extend existing classes which ones should I look at specifically? Thanks in advance.
2 answers
Hey,
I recently started development in RTC and I am trying to extend an existing client-side plug-in. Specifically what I want to do is add information to an existing work items history page. I have read the wiki about programmatically creating work items which I was able to do, but I have been unable to find any information about editing a work items history. Is there an API for editing a work item's history or do I have to dig deeper to do this? If I have to extend existing classes which ones should I look at specifically? Thanks in advance.
Could you elaborate on your specific goal? The work item history shows historical changes made to a work item (diffs of one state to the next). Whenever you modify a work item, a new entry will show up in the history.