[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to get the last modified timestamp of a given bug?



On Sun, 29 Nov 2009, Serafeim Zanikolas wrote:
> I need to be able to get the timestamp of the latest change in a
> given bug (last modified).

[...]

> Is there a proper way, or shall I just parse the related web pages?

Use the SOAP interface. Call get_status, and see the last_modified
record returned. For example:

$ bts status 400000|grep modified
log_modified	1182672172
last_modified	1182672172


Don Armstrong

-- 
[The] JK-88 [coffee] percolator is capable of acheiving the ultimate
balance of aroma and density, aftertaste and emollience, pentosans and
tannins. The next step is to reduce the cost of the HPLC-E technology
to the point where it can be manufactured for less than the cost of a
Boeing 757.
 -- Charles Stross "Extracts from the Club Diary" in _Toast_ p83-4

http://www.donarmstrong.com              http://rzlab.ucr.edu


Reply to: