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

Integration Service Activities

Last updated Mar 12, 2026

Search Issues by JQL

Project compatibility

Windows | Cross-platform

Overview

Perform an advanced search for issues using Jira Query Language (JQL) and return a list of matching issues.​

DescriptionAPI MethodAPI PathScopes
Search issues using JQLGET/rest/api/2/search/jql
  • read:jira-work – to execute the API

Input

ParameterDescriptionData Type
JQL1The JQL expression used to filter issuesstring
Max recordsMaximum number of issues to return (maxResults) int32
1 Example JQL: created >= -30d AND project = "ABC" AND type = Bug AND status = "Open" AND priority = Critical ORDER BY created DESCxample JQL: created >= -30d AND project = "ABC" AND type = Bug AND status = "Open" AND priority = Critical ORDER BY created DESC.

Output

ParameterDescriptionData Type
IssuesThe advanced issue search result 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