How to get teamArea createdBy and creation date using java api?
![]()
My requirement is to find out Team Area changes history like who has created teamArea ,creation date, modification date, modified By? Does anybody know how to get this data for teamArea using client api? However I am able to get modification date and modifiedBy value for the teamArea, But I want to get createdBy user and creation date.
Thanks in Advance, Nilesh Patil |
One answer
![]()
Ralph Schoon (57.2k●2●36●42)
| answered Oct 09 '13, 2:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I have not tried that and I am not even sure the data is there. What you can try is the following.
All IAuditables have states, especially predecessor states and merged predecessor states. A state is derived from modifications and can have as a max a predecessor state and a merged one. The tree of these predecessors make up the history of an object. You can try to
Comments Hi Ralph,
|
Comments
Have you looked through Ralph's blog? http://rsjazz.wordpress.com/?s=team+area I always start there when I have Plain Java Client questions.