lastLoginOf()

Description:

Perform searches based on the time at which the provided user's last session began.
If any user is provided, it will return the time at which the current user last session began, that is the same time returned by currentLogin() native JQL function.

SyntaxlastLoginOf()
lastLoginOf(user)
Available sincev1.0.0-RELEASE
Supported fieldsCreated, Due, Resolved, Updated, custom fields of type Date/Time
Supported operators

= , != , > , >= , < , <=
WAS* , WAS IN* , WAS NOT* , WAS NOT IN* , CHANGED*


* Only in predicate 

Unsupported operators~ , !~ IS , IS NOT , IN , NOT IN


Examples:

• Find issues that have been created since John Smith last login and it hasn't been resolved yet:

created > lastLoginOf("jsmith") AND resolution = Unresolved 

JQL Function Reference