Last Updated By JQL function
Â
Â
lastUpdatedByMe()
Search for issues that were last updated by the current user.
Examples
issue in lastUpdatedByMe()
finds the issues that the current user updated lastly.
lastUpdatedByUser()
Search for issues that were last updated by a specific user.
Examples
issue in lastUpdatedByUser("username")
finds the issues that a particular user updated lastly.
Â
issue in lastUpdatedByUser("username1","username2")
finds the issues that particular users updated lastly.
Â
lastUpdatedByGroup()
Search for issues that were last updated by a specific user group.
Examples
finds the issues that particular users in a particular group updated lastly.
Â
finds the issues that particular users in particular groups updated lastly.
Â