Versions Compared

Key

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

The Connector provides a JQL function for advanced users to make sophisticated queries for issues in Jira based on the remote objects that issues are associated with.

...

The second syntax style is for more complex queries with other comparators and multiple "AND" conditions. If you want to build your query using multiple "OR" conditions, you can make use of the in-built JQL feature to "OR" multiple queries using the "remoteObjects" function.

See the Examples section the Examples section for examples of each case.

Supported fields

For a list of field names within a Salesforce object, please see the Salesforce Standard Objects documentation.

Supported Salesforce comparators

=

!=

>

>=

<

<=

IN

NOT IN

LIKE

~

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

For more information on the supported comparators, view the Atlassian Documentation on Advanced searching - operators reference.

...