Script Console

This page is about Easy Integrations for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.

The Script Console in the Easy Integrations app provides a robust testing environment for scripts written in listeners and actions. Follow these steps to access the console:

  1. Navigate to Jira's top menu, and click Apps.

  2. Select Manage your apps.

  3. In the sidebar, locate and click Easy Integrations configuration.

  4. Select Script Console from the app’s top menu.

Within the Script Console, you'll find various tabs to streamline the testing process. These tabs are:

  1. Event

In the Event tab, you can configure incoming webhook event data. Then you can refer to it with data.event. This data can then be seamlessly integrated into your script field, allowing you to test the handling of events.

  1. API

In the API tab, you can add a new API and set its fields by clicking its name. Then you can refer to it with data.apiData.api. Here you can add Action execution details, Request header, and more.

  1. This Action

In the This Action tab, you can set the fields of the "thisAction" parameter. Then you can refer to it with data.thisAction.

You can use these tabs to test and validate your scripts, making integration tasks easier and more efficient.