How to get the timestamp of the status change of a workitem using RTC Java API programatically ?
Hello All,
I have a scenario, wherein I need to get the timestamp as to when the workitem was moved to a particular state.
Eg : A workitem moved from New to InProgress.
But for "Done" state we have "Resolution Date" attribute, using which I can get the information.
However i need to get this information for other states. Is there any way to get this information programatically ?
Please assist on this.
Thank you.