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.

Â