How to install, uninstall, enable or disable Insight - Asset Management app in different Jira Service Management instance type and version

Still need help?

The Atlassian Community is here for you.

Ask the community

Jira Service Management Server/Data Center versionWhere to find Insight plugin in Manage apps page? Can Insight be disabled and/or uninstalled if it's not being used right now?Is a separate app license required for Insight to be usable?
Jira Service Management Data Center versions 4.20.3 and above

Insight plugin can only be disabled using REST API using the following command and payload:


PUT /rest/plugins/1.0/com.riadalabs.jira.plugins.insight-key


Header:

Content-Type: application/vnd.atl.plugins.plugin+json


Body:

{
    "enabled": false
}



Curl command:

curl -u admin:password --request PUT https://base_url/rest/plugins/1.0/com.riadalabs.jira.plugins.insight-key -H "Content-Type: application/vnd.atl.plugins.plugin+json" -d '{"enabled": false}'

Jira Service Management Server versions 4.19 to 4.20.2

Insight plugin version 9.1.x is installed along with the Jira Service Management application and can be found on the Manage apps page, under User-installed apps.

The Disable and Uninstall buttons are both available, however, attempting to disable/uninstall the Insight plugin will uninstall Jira Service Management application and hence, it's not recommended to disable/uninstall Insight even though it is not currently in use.

Yes
Jira Service Management Data Center versions 4.19 to 4.20.2

Insight plugin version 9.1.x or above is bundled and can be found via Manage apps > Application components.

Insight cannot be disabled/uninstalled separately without disabling/uninstalling the Jira Service Management application.

No

Jira Service Management Server

  • versions between 4.15.x and 4.18.x
  • versions 4.20.3 and above

Insight version 9.0.x is installed along with the Jira Service Management application, it is listed under User-installed apps. 

If Insight is not intended to be used, it can be disabled as well as uninstalled via the Universal Plugin Manager (UPM) by clicking on the Disable or Uninstall button available as shown below.

Yes
Jira Service Management Data Center versions between 4.15.x and 4.18.x

Insight version 9.0.x is part of Jira Service Management application and hence, it cannot be disabled on the Manage apps page.

It can only be disabled using REST API using the following command and payload:


PUT /rest/plugins/1.0/com.riadalabs.jira.plugins.insight-key


Header:

Content-Type: application/vnd.atl.plugins.plugin+json


Body:

{
    "enabled": false
}


Curl command:

curl -u admin:password --request PUT https://base_url/rest/plugins/1.0/com.riadalabs.jira.plugins.insight-key -H "Content-Type: application/vnd.atl.plugins.plugin+json" -d '{"enabled": false}'
No
Jira Service Management Server version below 4.15

As the new server license sales ended on February 2, 2021, the Insight app/capabilities is no longer included in Jira Service Management Server and hence, it's not possible to browse for Insight and install it without leaving Jira.

To install Insight,

  1. Download the OBR file from Atlassian Marketplace .
  2. Install Insight from the downloaded file as per  Install an app from a file .

If Insight is not intended to be used, it can be disabled/uninstalled via the Universal Plugin Manager (UPM).

Yes

If the license details for Insight is not available, please upgrade the Universal Plugin Manager (UPM) to the latest version and refresh the page.



Jira Service Management Data Center version below 4.15

Insight app version below 8.x can be browsed and installed from Atlassian Marketplace directly via the Universal Plugin Manager (UPM).

Insight plugin can be managed under User-installed apps list.

No
Last modified on Nov 2, 2022

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.