/
lastLoginOf()
lastLoginOf()
- Jack Nolddor (Unlicensed)
Owned by Jack Nolddor (Unlicensed)
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.
Syntax | lastLoginOf() lastLoginOf(user) |
Available since | v1.0.0-RELEASE |
Supported fields | Created, Due, Resolved, Updated, custom fields of type Date/Time |
Supported operators |
|
Unsupported operators | ~ , !~ |
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