guilhermecarra/JIRA Workitem Searcher
A Docker GitHub Action that runs Atlassian CLI (ACLI) to search workitems (issues/jira tickets) and returns the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| JIRA_API_TOKEN | The Jira API Token | yes | — |
| JIRA_BASE_URL | Site of the Atlassian instance (e.g., your-instance.atlassian.net) | yes | — |
| JIRA_AUTH_EMAIL | User email for authentication | yes | — |
| JIRA_WORKITEM_KEY | The JIRA workitem key to search for (e.g., ZZM-3610) | yes | — |
Outputs
| name | description |
|---|---|
| results | The ACLI search results |