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
Â
customFieldOptionChangedTo()
Search for issues in which the specified custom field value is changed to.
Examples
Â