I want Salesforce to return more search results
Add-on: | Classic Connector for Salesforce & Jira |
---|---|
Question: | I want Salesforce to return more search results |
Answer: | Using the Salesforce Object Query Language will return up to a maximum of 1000 results by default. The Connector will then pass these results to JQL search where irrelevant or useless results will be filtered out. But if the SOQL returns more than 1000 results in a search, those extra results will not be passed over to JQL search. To enable JQL so that it searches these extra results, the admin is required to set a system property when they start up their JIRA instance:
Setting this system property with a maximum limit that is too high will likely result in performance issues and users may experience timeouts during JQL searches. |