UiPath Documentation
activities
latest
false
Integration Service activities

Issue Created

Issue Created trigger in the GitHub connector.

Project compatibility​

Windows | Cross-platform

Overview​

DescriptionAPI MethodAPI PathNotes
The Issue Created trigger starts a workflow when a new issue is created in a GitHub repository that matches an optional filter.GET/repos/{owner}/{repo}/issuesPre-filtered by state=open

Input​

ParameterDescriptionData Type
FilterOptional issue‑level data filter (number, repository name, state, title, body, assignee, milestone) used to decide which issues trigger.variable

Output​

ParameterDescriptionData Type
Issue IDID of the issue that triggered.string
IssueHydrated issue object for the trigger.Object
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