Insight 5.3 release notes
Import performance improvements
We have improved how the imports work since the release of 5.0. What we did was to change some internal structure to reduce the memory consumption during the imports and also increase the speed when importing objects to Insight.
We did this by increase the impact of the configuration option parallelism. If you want to limit the CPU utilization when importing, lower the parallelism setting.
New IQL function
Introducing the IQL function connectedJiraIssues:
object having connectedJiraIssues(JQL)
Data center improvements
We have added the possibility to reindex one node in a data center environment. We also did some adjustments with the cache replication with some performance improvements.
REST API
Deprecation
The old rest API for reindex:
rest/insight/1.0/global/config/reindex/start
has been deprecated and will be removed in the next release. The replacement is the following and using POST:
rest/insight/1.0/index/reindex/start
The rest API to find objects in Insight:
/rest/insight/1.0/object/navlist
has been deprecated and will be removed in future. Use /rest/insight/1.0/object/navlist/iql instead.
JQL Functions
Deprecation
Deprecated all JQL function except the IQL function. The same behavior can be achieved with the IQL function in JQL and that function is more effective and faster.
Before upgrading to Insight 5.3
Import from Insight 4.x.
We strongly recommend that you review all your import configurations after you have upgraded to Insight 5 from Insight 4.
If your installation of Insight is configured with an Insight Discovery import you will have to do the following after you have installed Insight 5:
- Download and install version 2.x of Insight Discovery from Marketplace
- Navigate to your Object Schema where your Insight Discovery import is configured and press Migrate Configuration
- Verify the migrated import configuration
If your installation of Insight is configured with a Tempo Account import you will have to do the following after you have installed Insight 5:
- Download and install Insight Tempo Integration from Marketplace
- Navigate to your Object Schema where your Tempo import is configured and press Migrate Configuration
- Verify the migrated import configuration
Upgrading from JIRA 2.x?
For Insight 2.x users, make sure that you upgrade to the latest version of Insight 3.x before upgrading to Insight 5.x if you are on Insight 2.x.
This is very important for the upgrade process.