Field Updated By JQL functions Cloud
: available in Issue Navigator.
fieldUpdatedByMe()
Search for issues that the specified custom field is updated by current user.
Examples
issue in fieldUpdatedByMe("query", "Custom Field ID/Name")
fieldUpdatedByUser()
Search for issues that the specified custom field is updated by a user.
Examples
issue in fieldUpdatedByUser("query", "Full Name", "Custom Field ID/Name")
customFieldOptionChanged()
Search for issues that the specified custom field value is changed.
Examples
issue in customFieldOptionChanged("query", "Custom Field ID/Name", "From Value", "To Value")
customFieldOptionChangedFrom()
Search for issues from which the specified custom field value is changed.
Examples
issue in customFieldOptionChangedFrom("query", "Custom Field ID/Name", "From Value")
customFieldOptionChangedTo()
Search for issues in which the specified custom field value is changed to.
Examples
issue in customFieldOptionChangedTo("query", "Custom Field ID/Name", "To Value")