Search issues with jql
The Jira Search Issues with JQL tool allows users to perform advanced searches for Jira issues using Jira Query Language (JQL). This powerful API connector enables precise filtering and retrieval of issue data from your Jira Cloud instance.
Features
- Supports complex JQL queries to find specific issues effectively.
- Customizable result sets with options to specify fields and properties to return.
- Ability to expand issue details including rendered fields, changelog, and transition data.
- Configurable maximum results with limits up to 100 issues per query.
- Provides fail-fast option to optimize error handling when field data is unavailable.
Benefits
- Enhanced productivity by quickly locating relevant Jira issues using advanced search filters.
- Improved data management through tailored field and property selection for returned issues.
- Deeper insight into issue details with expandable data options for comprehensive reports.
- Flexible integration capability with Pipedream workflows for automation and business processes.
- Reliable and efficient querying with error handling features to ensure data integrity.
Description
Search for issues using JQL (Jira Query Language). See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- expand: Return JSON in this format: string[]
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| jqlrequired | string | The JQL query to search for issues |
| maxResults | integer | Maximum number of issues to return (default: 50, max: 100) |
| fields | string | Comma-separated list of fields to return for each issue |
| expand | string[] | Use expand to include additional information about the issues in the response |
| properties | string | A list of up to 5 issue properties to include in the results. This parameter accepts a comma-separated list. |
| fieldsByKeys | boolean | Reference fields by their key (rather than ID). The default is |
| failFast | boolean | Fail this request early if we can't retrieve all field data |