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.
...
See the Examples section for examples of each case.
Supported fields
Remote System Reference (an accompanying read-only custom field of type "Remote System Reference" is automatically created for you to display the information from Salesforce in the Jira issues.)
For a list of field names within a Salesforce object, please see the Salesforce Standard Objects documentation.
Supported Salesforce comparators
= | != | > | >= | < | <= | IN | NOT IN | LIKE | ~ |
---|---|---|---|---|---|---|---|---|---|
For more information on the supported comparators, view the Atlassian Documentation on Advanced searching - operators reference.
...