---
title: "Script console"
canonical: "https://support.appfire.com/space/EIFJC/33817122/Script%20console"
format: markdown
---
> Macro (aura-html)

The Script Console 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:

![image](media://734e3380-0990-4916-a18b-79216111c844)

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.

2. **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.

3. **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.