History JQL functions Cloud
JQL functions below are applicable for Select List (Single choice), Group Picker (Single group), User Picker (single user).
customFieldOptionChanged()
Search for information regarding the history of the issue.
Examples
issue in customFieldOptionChanged("query", "Custom Field ID/Name", "From Value", "To Value")
issue in customFieldOptionChanged("query", "User Picker Field", "username1", "username2")
finds the issues that the Project Manager field changed to josé.saramago from jane.austen.
customFieldOptionChangedTo()
Search for information regarding the history of the issue.
Examples
finds the issues that the Project Manager field changed to josé.saramago.
customFieldOptionChangedFrom()
Search for information regarding the history of the issue.
Examples
finds the issues that the Project Manager field changed from josé.saramago.
customFieldOptionAdded()
Search for information regarding the history of the issue.
Examples
finds the issues that added josé.saramago to the Project Manager field.
customFieldOptionRemoved()
Search for information regarding the history of the issue.
Examples
finds the issues that removed josé.saramago from the Project Manager field.