sandgardenhq/Load JIRA Issues
Extract JIRA issue references from Git commits for use in downstream actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-base-url | JIRA instance URL (e.g., https://company.atlassian.net) | yes | — |
| jira-api-token | JIRA API token (store in GitHub secrets) | yes | — |
| jira-user-email | Email for JIRA Cloud auth (required for Cloud, ignored for Data Center) | no | — |
| project-keys | Comma-separated JIRA project keys to filter (default: all projects) | no | — |
| output-file | Output JSON file path | no | jira-issues.json |
| releases-count | Number of recent releases to include | no | — |
| time-range-start | Time range start (ISO 8601 timestamp) | no | — |
| time-range-end | Time range end (ISO 8601 timestamp) | no | — |
| commits-count | Number of recent commits | no | — |
| commits-since-sha | Start from specific commit SHA | no | — |
| commits-shas | Comma-separated list of specific commit SHAs | no | — |
| commits-start-sha | Commit range start SHA | no | — |
| commits-end-sha | Commit range end SHA | no | — |
| commits-include-start | Include start commit in range (true/false) | no | — |
| tags-start | Start tag | no | — |
| tags-end | End tag | no | — |
Outputs
| name | description |
|---|---|
| issue-links | Comma-separated JIRA issue browse URLs |
| issue-keys | Comma-separated JIRA issue keys |
| issue-count | Number of unique JIRA issues found |