Skip to end of banner
Go to start of banner

Last Updated By JQL functions Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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.

  • No labels