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

Integration Service Activities

Last updated Mar 12, 2026

Get Comments

Project compatibility

Windows | Cross-platform

Overview

Retrieves all comments of a Jira issue

DescriptionAPI MethodAPI PathScopes
Retrieve all comments for a specific issue in Jira.GET/issue/{issueIdOrKey}/comment
  • read:jira-work – to read an issue and its comments

Input

ParameterDescriptionData Type
Issue ID or keyThe issue key (for example, ABCD-1234) or issue ID; selectable via issue picker string
Order by created dateOrder the results by created date; values:+created(Ascending),-created(Descending). string
ExpandInclude additional information; acceptsrenderedBodyfor rendered HTML comment body. string
Max recordsThe number of resources to return in a given pageint32

Output

ParameterDescriptionData Type
CommentsThe issue comments returned for the specified issueobject
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