: available in Issue Navigator.
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.
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.
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.