Versions Compared

Key

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

Contents

Table of Contents

...

For more information, see Atlassian documentation on installing add-onsapps.
This installation method is the quickest way. You can also install by file upload, as described in the next section.

...

  1. Download the Power Actions file from the Atlassian Marketplace.
  2. Log into your Jira as Admin.
  3. From Jira administration console, click the Manage add-ons link.
  4. Click Upload add-on and select the file you downloaded, and click Upload.
  5. (Optional, but highly recommended) Enable logging on our modules.
    To do that, 
    1. Open the Jira log4j configuration file: JIRA_INSTALL_DIR/atlassian-jira/WEB-INF/classes/log4j.propertieswith a text editor of your choice and add the following lines at the end of it.

      log4j.logger.com.keplerrominfo=INFO, filelog
      log4j.additivity.com.keplerrominfo=false

    2. Restart Jira.

...