List Issues

List issues in a Jira project.

If the number of issues retrieved is more than the limit of 100 results, you can stream the output to a helper flow to filter your results.

Options

Field Definition Type Required
Project

From the list of projects found in your Jira account, select which project you want to search against:

  • --All Projects--: all the projects present in your account

  • --Insert ID--: manually input the project identifier

  • Any other specific project found in your account

Dropdown TRUE
Issue Type

From the list of issue types found in your Jira account, select which type you want to search:

  • --All Issue Types--: all the issue types present in your projects

  • --Insert ID--: manually input the issue type identifier

  • Any other specific issue type found in the selected Project

Dropdown TRUE
Result Set Specify how you want to have the results returned.

Select either the First 100 Records or Stream Records.

Dropdown TRUE

To learn how to return large numbers of records using the Stream Records option, see Stream matching records with a helper flow.

Input

Field Definition Type Required
Options
Project ID or Key

Enter the identifier or name of the project.

This field appears when you select --Insert ID-- from the Project field.

Text TRUE
Issue Type ID or Name

Enter the identifier or name of the issue type.

This field appears when you select --Insert ID-- from the Issue Type field.

Text TRUE
Streaming
Flow

Click Choose Flow to browse and select a helper flow where the search results will be streamed, then click Choose to confirm.

Optionally, click the empty field under Click or drop here to create and add custom extensible fields that pass data to the helper flow. These fields are added as key/value pairs under the State output object in the helper flow.

This field appears when you select Stream Records from the Result Set field.

Flow TRUE
Search Criteria
Record Limit Specify the number of records to stream.
  • When the Record Limit field is set to 0, the stream returns no records.

  • When the Record Limit field is set to greater than 0, the stream returns up to the maximum number specified.

  • When the Record Limit field is empty, null, or not selected, the stream returns all records.

  • The default value is 500000.

  • The valid range is from 0 to 500000.

This field appears when you select Stream Matching Records from the Result Set option.

Number TRUE

Output

Field Definition Type

Records Streamed

Number of records streamed in a streaming flow.

This field appears when you select Stream Records from the Result Set option.

Number

Issues

List of the issues found in the project.

This field appears when you select First 100 Records from the Result Set field.

List of Objects

Related topics

Jira connector

Workflow elements

Jira API documentation