Basic Information

appmixer.jira.issues.FindIssues

1.0.0

Public

Find issues by JQL query.

Input Ports

in

FieldTypeDescription
JQL Query textarea JQL query string. More about JQL
Max Results number Maximum number of issues to return per query. Can be up to 5000 for optimal performance with ID/key only queries.
Fields to Return text A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list.

Options:
*all — Returns all fields
*navigable — Returns navigable fields (default)
id — Returns only issue IDs
• Any issue field, prefixed with a minus to exclude

Examples:
summary,comment — Returns only summary and comments fields
-description — Returns all navigable fields except description
*all,-comment — Returns all fields except comments
id,key,summary,status — Returns specific fields only
Issue Properties text Comma-separated list of up to 5 issue properties to include in results. Example: 'property1,property2'
Reference Fields by Keys toggle When enabled, fields are referenced by their keys rather than IDs in the response
Fail Fast toggle When enabled, the request fails early if all field data cannot be retrieved
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

issue

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata