activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Dec 22, 2025

Issue Updated

Project compatibility

Windows | Cross-platform

Overview

The Issue Updated trigger starts a workflow when an existing Jira issue is updated in the specified project and issue type. It uses polling to detect changes, supports optional field-level filters (for example, status, labels, assignee), and supplies a hydrated issue object in the output, suitable for downstream automations. All permissions and pagination rules for the Jira Cloud REST API are enforced.

DescriptionAPI MethodAPI PathScopes
List issues for polling updatesGET/rest/api/2/searchread:jira-work Required so the connector can call GET /rest/api/2/search

Input

ParameterDescriptionData Type
ProjectJira project key to monitor for updated issues (for example, ABC) string
Issue typeIssue type to monitor for updates (for example, Story, Task, Bug, Epic) string
Data filterOptional data filter on issue fields (dynamic fields like status, priority, labels, assignee, date fields) used to restrict which new issues actually trigger the workflow. variable

Output

ParameterDescriptionData Type
IssueFull issue object for the updated issue, including all standard and custom fields object
Issue IDUnique ID of the updated issuestring
Issue keyKey of the updated issue (for example, ABC-123) string
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.