Use a Jira Query language (JQL) query to get a list of issues in Jira.

Options

  • Enviroment (drop-down): environment where the Jira instance is hosted (On-Premise or Cloud)

Input

  • Search By
    • JQL Query (text): JQL query to determine the issues returned
    • Limit (number): maximum number of issues returned
    • Offset (number): offset for the list of issues returned

Output

  • Result
    • Issues (lists of objects): issues returned by the query
    • Key (text): unique issue key
    • Issue ID (number): unique ID of the issue
    • URL (text): URL of the issue
    • API Resource URL (text): URL to the API resource for the issue