Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JQL Query PatternJQL Query ExampleDescription
<FixedInBuild_field_name> = 'SUCCESS'
"Fixed in Build" = 'SUCCESS'
Looks up for issues with the Fixed in Build field which includes builds that completed successfully.
<FixedInBuild_field_name> = 'FAILURE'
"Fixed in Build" = 'FAILURE'

Looks up for issues with the Fixed in Build field which includes builds that failed.

<FixedInBuild_field_name> = "#3411"#<build_number>"
"Fixed in Build" <FixedInBuild_name> = "#3411"
Looks up for issues that relate to builds #3446, #3434, and #3431 in the Jetbrains TeamCity serverwith the Fixed in Build field which contains the build #3411.
<FixedInBuild_field_name> IN ("#3446#<build_number>", "#3434#<build_number>")<FixedInBuild_name> IN
"Fixed in Build" IN ("#3446","#3434")
Looks up for issues with the Fixed in Build field which contains builds #3411 or #3434.
<FixedInBuild_field_name> IS EMPTY<FixedInBuild_name> IS EMPTY
"Fixed in Build" IS EMPTY
Looks up for issues where the Fixed in Build field is empty.
<FixedInBuild_field_name> IS NOT EMPTY<FixedInBuild_name> IS
"Fixed in Build" IS NOT EMPTY

Looks up for issues where the Fixed in Build field is not empty.