Versions Compared

Key

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

...

Search issues by component properties

You can search issues by component properties using new JQL function componentProps().

...

componentProps() JQL

JQL function componentProps accepts the following parameters:

  1. property name

  2. property type (optional) - must be specified when there are two properties with the same name but different types are present

  3. operation

  4. property value

Property type supported operations

Property type

Supported operations

String

=, != <, >, =<, >=

Long

=, != <, >, =<, >=

Double

=, != <, >, =<, >=

Date

=, != <, >, =<, >=

Boolean

=, !=

User

=, !=