danielhilton/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
Stale
License
None
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.