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.
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
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.
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.