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

Integration Service Activities

Last updated Feb 25, 2026

Create Issue Comment

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
The Create Issue Comment activity posts a new comment on an existing GitHub issue in a repository. POST/repos/{owner}/{repo}/issues/{issue_number}/comments

Input

ParameterDescriptionData Type
Issue numberNumber of the issue to comment on.string
RepositoryRepository containing the issue.string
CommentBody text of the comment to add.string

Output

ParameterDescriptionData Type
Create Issue CommentResponse object for the created issue comment.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