Retrieve all resolved issues since a certain timestamp

Andreas J November 14, 2016

Hi,

I know, that I can query e.g. 

resolved >= -1d

to retrieve all issues, that have been resolved in the last day.

What I am now looking at is a certain timestamp, in the way that I like to retrieve all issues that have been resolved after the given timestamp.

Something like

resolved >= 1479126834

whereas the timespan e.g. a unix timestamp or similar

 

how is this doable ?

1 answer

1 accepted

0 votes
Answer accepted
Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2016

How about:

resolutiondate > "2010/12/31 14:00"

More info here.

Sam

Andreas J November 14, 2016

thanks for that smile

Suggest an answer

Log in or Sign up to answer