Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information.
Description
Is the equivalent of a Select SQL statement or the analog of the Jira JQL.
This search enables you to get the list of information about Salesforce objects in a json format (not the value or object directly) which later you will be able to use to fill out fields in Jira, by means of a script.
Directly you can get / create / update data about Account and Opportunity.
SOQL supports get functionality with attachments and statuses.
See also