Search Issues by JQL

This action lets you search JIRA issues using a JQL (JIRA query language) query. You can read more about JQL here.

Input Fields

  • Search By
    • JQL Query (text):The JQL query you would like to execute.  Example: project = “ABC” AND (assignee = “Flo” OR assignee = currentUser())
    • Limit (number): The number of records you would like your query to return. If you specify a limit higher than the maximum allowable number of search results for your instance, your search results will be truncated.
    • Offset (number): The number of records to offset your search by. For example, if you choose to offset your search by 100, the search  results will not include the first 99 records found and instead start the results at the 100th record found. Useful for paginating through large search results.

Output Fields

  • Result
    • Issues (list of objects): A list of objects, each one representing a single issue.
      • Key (text): The key of the issue.
      • ID (text): The ID of the issue.
      • URL (text): The URL of the issue.