Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some or

...

fall functionality not working at all

In rare cases JIRA has difficulties to enable JSU. Usually this can be solved by uninstall/re-install, reset, reload, etc. things.

...

  • Manage Add-Ons: is the JSU add-on enabled... and all modules enabled (except one, which is disabled per default!)?
  • Check your log files, serious problems usually leave a stacktrace. Do you see a reference to a class com.googlecode.jsu.*? (to determent which module cannot be loaded)
  • Re-install the add-on

Re-install the JSU Add-on

Have you tried to remove JSU add-on and reinstall it in the JIRA administration? (

...

Without restarting JIRA)

...

If reinstallation of the Add-On
See also https://confluence.atlassian.com/upm/uninstalling-add-ons-273875709.html .


If re-installation of the add-on in the JIRA administration does not work, try to do it with a restart of JIRA, follow this steps:

  • Uninstall JSU
  • Stop JIRA
  • Perform a backup of your JIRA installation and database
  • If you could not uninstall JSU before, delete the file $JIRA_HOME/plugins/installed-plugins/*jira-suite-utilities*.jar
  • Delete the following 2 directories $JIRA_HOME/plugins/.bundled-plugins & $JIRA_HOME/plugins/.osgi-plugins (they will be recreated)
  • Start JIRA
  • Install JSU

(info) No configurations (for example workflow or customer field related) will be removed during a re-installation. However, we think it's a good idea to perform a backup before - just in case.

Install an older version of the JSU Add-on

Follow the steps re-installation, but at the end just install the older version.

(warning) Be aware that you might loose some functionality and re-introduce some bugs, that have been fixed in the newer version. So generally it is not a good idea to downgrade JSU.

Debugging the JSU Add-on

If you want to turn on the 'JSU' debug messages, you may do so as follows:

...