Install the Script on an On-Premises Controller

To install the script on an on-premises Controller:
  1. At the top level of the Controller installation directory, create a directory named custom with a sub-directory named actions.
    <controller_home>/custom/actions
  2. In the <controller_home>/custom/actions directory, create a subdirectory for each custom action script that you will install. For example, for an action that interfaces with a JIRA system.
    <controller_home>/custom/actions/jira
  3. Move the script to the appropriate subdirectory that you created.