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

Integration Service Activities

Last updated Mar 12, 2026

Add Comment

Project compatibility

Windows | Cross-platform

Overview

Add a new comment to a Jira issue, with optional expansion of returned fields.​

DescriptionAPI MethodAPI PathScopes
Add comment to a Jira issuePOST/rest/api/2/issue/{issueIdOrKey}/comment
  • read:jira-work – to read the target issue context
  • write:jira-work - to add comments via POST /rest/api/2/issue/{issueIdOrKey}/comment

Input

ParameterDescriptionData Type
Issue ID or keyThe issue key (for example, ABCD‑1234) or ID string
CommentComment text to add to the issuestring
ExpandOptional expansion parameter (for example, renderedBody) string

Output

ParameterDescriptionData Type
Comment IDThe ID of the new comment string
Issue commentsThe issue comments after creationobject
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