Last Updated By JQL functions Cloud
Â
Â
: available in Issue Navigator.
lastUpdatedByMe()
Search for issues that were last updated by the current user.
Examples
issue in lastUpdatedByMe("query")
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("query", "Full Name")
finds the issues that a particular user updated lastly.
Â
lastUpdatedByGroup()
Search for issues that were last updated by a specific user group.
Examples
issue in lastUpdatedByGroup("query", "group name")
finds the issues that particular users in a particular group updated lastly.
Â