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

Integration Service Activities

Last updated Mar 12, 2026

Issue Created

Project compatibility

Windows | Cross-platform

Overview

The Issue Created trigger starts a workflow when a new Jira issue is created in a specified project and issue type. It evaluates optional field-level filters (for example, status, labels, assignee, updated timestamp) to decide whether to fire, and then hydrates the issue payload using the same schema as the Get Issue activity so that downstream activities can use all required fields.

DescriptionAPI MethodAPI PathScopes
List issues for polling new onesGET/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 newly created issues (for example,ABC) string
Issue typeIssue type to monitor (for example Story, Task, Bug, Epic); determines which issues are eligible. 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
IssueThe full issue object for the newly created issue, including standard and custom fields resolved for the selected project and issue type object
Issue IDThe unique ID of the created issuestring
Issue keyThe key of the created issue (for example, ABC-123). string
Note:
  • 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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated