Skip to end of banner
Go to start of banner

History JQL functions

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Current »

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("User Picker Field", "username1", "username2")

issue in customFieldOptionChanged("Project Manager", "jane.austen", "josé.saramago")

 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

issue in customFieldOptionChangedTo("User Picker Field", "username2")

issue in customFieldOptionChangedTo("Project Manager", "josé.saramago")

 finds the issues that the Project Manager field changed to josé.saramago.

customFieldOptionChangedFrom()

Search for information regarding the history of the issue.

Examples

issue in customFieldOptionChangedFrom("User Picker Field", "username2")

issue in customFieldOptionChangedFrom("Project Manager", "josé.saramago")

 finds the issues that the Project Manager field changed from josé.saramago.

JQL functions below are applicable for Select List (Multiple choice), Group Picker (Multiple group), User Picker (Multiple user).

customFieldOptionAdded()

Search for information regarding the history of the issue.

Examples

issue in customFieldOptionAdded("User Picker Field", "username2")

issue in customFieldOptionAdded("Project Manager", "josé.saramago")

 finds the issues that added josé.saramago to the Project Manager field.

customFieldOptionRemoved()

Search for information regarding the history of the issue.

Examples

issue in customFieldOptionRemoved("User Picker Field", "username2")

issue in customFieldOptionRemoved("Project Manager", "josé.saramago")

 finds the issues that removed josé.saramago from the Project Manager field.

  • No labels