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