cloudbees-days/jira-get-issues
Get Jira issues using JQL query
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-url | Jira instance URL (e.g., https://your-domain.atlassian.net) | yes | — |
| jira-username | Jira username or email address | yes | — |
| jira-token | Jira API token | yes | — |
| jql | JQL query to find issues | yes | — |
| fields | Comma-separated list of fields to return (e.g. 'summary,status,assignee') | no | — |
| max-results | Maximum number of issues to return | no | 50 |
Outputs
| name | description |
|---|---|
| total | Total number of issues found |
| issues | JSON array of issues found |