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 (63.4k●3●36●46)
| 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
Nilesh Patil
commented Oct 09 '13, 5:20 a.m.
Hi Ralph,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
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.