# Jira - Deleted object trigger (real-time)

The Deleted object (real-time) trigger monitors Jira for deleted objects in real-time.

# Prerequisites

This trigger requires the administrators global permission in Jira and an authentication type other than OAuth 2.0.

Use the HTTP connector's New event via polling trigger or the Webhooks connector if the connected Jira account doesn't have this permission.

Refer to How Jira real-time triggers work in Workato for more information.

# Input

Input field Description
Object Select the type of object to monitor.

# Output

The output for this trigger varies based on your Object selection. For example, the Issue object returns the following:

Output field Description
ID The numeric Jira identifier for the deleted object. For example: 16982.
Self The API URL of the deleted Jira object.
Key The human-readable Jira identifier for the deleted object. For example: SQ-16.
Changelog Contains information about previous changes to the deleted object, such as Histories.
Fields Contains information about the object's fields, such as its Parent and Last Viewed time. Workato automatically fetches and expands all parameters.

Refer to the Jira Cloud REST API documentation on resource expansion (opens new window) for more information.


Last updated: 3/19/2026, 7:07:27 PM