Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

programmatic "last updated"?

Is there a way to get the date of the last update to a work item programmatically?

If I look at the work item in the Eclipse or web clients, on the "History" tab, it has various updates and for example, this one says:
Susan M Hanson Aug 30, 2011 2:11 AM

as the "Yesterday" entry.

Is there a way to get this historical entries to get that date?

Susan

0 votes



3 answers

Permanent link
Is there a way to get the date of the last update to a work item programmatically?

If I look at the work item in the Eclipse or web clients, on the "History" tab, it has various updates and for example, this one says:
Susan M Hanson Aug 30, 2011 2:11 AM

as the "Yesterday" entry.

Is there a way to get this historical entries to get that date?

Susan


Susan, have you tried to use workItem.modified() or read the ModifiedDate attribute?

0 votes


Permanent link
Is there a way to get the date of the last update to a work item programmatically?

If I look at the work item in the Eclipse or web clients, on the "History" tab, it has various updates and for example, this one says:
Susan M Hanson Aug 30, 2011 2:11 AM

as the "Yesterday" entry.

Is there a way to get this historical entries to get that date?

Susan


Susan, have you tried to use workItem.modified() or read the ModifiedDate attribute?


Ah ... I kept trying to use getModified() which wasn't there. by using workItem.modified(), that works fine. I had also gotten the "last comment" date, but that wasn't exactly correct. This is exactly what I need.

Thanks,
Susan

0 votes


Permanent link
Susan,

I tried the same and then thought what if....

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: Aug 31 '11, 6:30 a.m.

Question was seen: 4,701 times

Last updated: Aug 31 '11, 6:30 a.m.

Confirmation Cancel Confirm