Uses a JIRA Query language (JQL) query to get a list of issues in JIRA.

Input Fields

  • Search By
    • JQL Query (text): A JQL query to dictate the issues returned. JQL?
    • Limit (number): The maximum number of issues returned.
    • Offset _(_number): The index of the first item to return in the list of results

Output Fields

  • Result
    • Issues (lists of objects): A list of the issues and their information.
      • Key (text): The Issue’s key.
      • Issue ID (number): The Issue ID of the issue.
      • URL (text): The URL of the issue
      • API Resource URL (text): The URL to the API resource for the issue.