Versions Compared

Key

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

The SIL Listener enables allows users to execute a script scripts when certain specific events are triggered.

Managing

Manage Listeners

To manage SIL listeners, go Go to Administration > Manage Apps > Power Apps Config > Advanced > Listeners to manage SIL listeners.

Columns Description

Column

Description

Listener

Full The full path to the file. Click the path to access the file in the SIL Manager.

User

If no user is specified, it will run as the caller (the user that generated that the event). You Or, you can always specify a specific user to run the script with.

Events

The list of events the listener responds to. You may configure multiple events on the same script.

Execution

Indicates whether the execution is synchronous or asynchronous as well as if the listener is enabled or not.

Operations

Edit and Delete buttons.

Adding

Add a Listener

Each entry for the SIL Listener entry represents a script that will run runs for an event. When you add a SIL Listener is added, you need to define the following properties:

  • SIL Script - the script to run when When the event is received. Required , this script runs. Note that this is a required field.

  • Events - event Event to react to. Required field.

  • Run As - Define the Jira user to impersonate when running the script. If left emptythis field is blank, the script will be run by the processes based on the user who is currently logged in user. This setting might be necessary if certain scripts require more extensive permissions than those of regular userselevated permissions.

  • Enabled - the The field that controls if the listener is executing or not.

  • Asynchronous - If not selected, it's  When this field is deselected, the SIL Listener is defined as a normal listener. Otherwise, otherwise it will be scheduled for execution on a separate thread.

  • Projects and Issue type filter (only for issue-related events). If anything When this field is configured here, the events will be are filtered accordingly (scripts will be . For example, scripts are executed only for events matching that the filter).

Pressing Press the “Add“ button will to create the listener.

Panel
panelIconIdatlassian-check_mark
panelIcon:check_mark:
bgColor#B3D4FF

Notes:

  • You can add multiple Multiple listener entries can be configured for the same event. The order of execution may be imposed only for synchronous listeners. However, this is not a recommended practice.

  • You can map multiple events Multiple events can be mapped to the same listener.

Updating

Update a Listener

To update a listener, click the Edit icon in the Operations column on the SIL Listeners page and update the fields in the pop-up window.

Deleting

Delete a Listener

To remove a SIL Listener, click the Delete icon in the Operations column on the SIL Listeners page.

Enabling

Enable and

Disabling

Disable a Listener

  1. To enable/disable a listener, click the Edit icon in the operations column.

  2. Uncheck the Enabled setting from the edit screen.

  3. Click Save.

If a listener is disabled, a corresponding label appears under execution.


Contents

Table of Contents
maxLevel2

See More

Child pages (Children Display)
pageSIL Listeners