actions-marketplace-validations/JIRA JQL Search
Takes in a JQL expression and will output matching issues as JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 19, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/danielhilton_jira-jql-search@fd7a24c2d6b9f9e5c7078f68932a03e643e57211 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jql | The JQL query to search on JIRA with | yes | — |
| fields | A comma-separated list of fields to project from the issues (default returns entire issue data) | no | — |
| maxResults | The maximum number of issues to return (defaults to 50) | no | — |
Outputs
| name | description |
|---|---|
| issueData | JSON containing `issues`, an array of issues found (if any). Also returns `quantity`, the number of issues found. |