Problem with lastLogin in JQL

StefanL July 30, 2015

Hi there,

we search via SOAP (no comments please!) every minute for issuese and use "updated > lastLogin()" in the JQL.

Sometimes we have problems with the result, probably when last update was approximately in between :00 and :30 seconds of a minute. These issue won't fetch. If i update these issue approximately in between :40 and :59 seconds, it works.

Has anybody an idea how to get all issues updated after lastLogin?

 

Thanks.

Best regards

Stefan

 

 

1 answer

0 votes
Vasiliy Zverev
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.
February 23, 2016

Try use "updated >= lastLogin()" 

Suggest an answer

Log in or Sign up to answer