actions-marketplace-validations/JIRA JQL Search

Takes in a JQL expression and will output matching issues as JSON

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 19, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/danielhilton_jira-jql-search@fd7a24c2d6b9f9e5c7078f68932a03e643e57211 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
jqlThe JQL query to search on JIRA withyes
fieldsA comma-separated list of fields to project from the issues (default returns entire issue data)no
maxResultsThe maximum number of issues to return (defaults to 50)no
namedescription
issueDataJSON containing `issues`, an array of issues found (if any). Also returns `quantity`, the number of issues found.