It's all about the answers!

Ask a question

Changeset creation date API ?


praveen patidar (8613344) | asked Oct 24 '13, 11:21 p.m.
retagged Dec 16 '13, 1:27 p.m. by David Lafreniere (4.8k7)
I am struggling to get the change set creation date.
I got change set object and there is direct method to get the change set modified date but I need change set creation date so that I can organize and filer the change sets with its creation date.

Accepted answer


permanent link
Tim Mok (6.6k38) | answered Oct 26 '13, 10:10 a.m.
JAZZ DEVELOPER
IChangeset#getLastChangeDate() is probably what you want. It's the date the change set was last modified (ie. the last time anything significant changed in the change set excluding changing the comment).
praveen patidar selected this answer as the correct answer

Comments
praveen patidar commented Oct 27 '13, 10:02 p.m.

Hi ,

I got this method but as name of the method I got confused. I have even not tested what is the return of the method. This resolves my problem for now.

Thanks for the answer.

Your answer


Register or to post 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.