...
It might seem more complicated but a manual install is quite easy to do. After all, all you have to do is to copy some certain files. Here's how.
- Download the User Group Picker PRO file from the Atlassian Marketplace.
- Log into your Jira as Admin.
- From Jira administration console, click the Manage add-ons link.
- Click Upload add-on and select the file you downloaded, and click Upload.
- If not already done, enable logging on our modules. Open with a text editor of your choice the Jira log4j configuration file JIRA_INSTALL_DIR/atlassian-jira/WEB-INF/classes/log4j.properties and add these 2 lines at the end of it.
Restart Jira.
log4j.logger.com.keplerrominfo=INFO, filelog
log4j.additivity.com.keplerrominfo=
false
...