threatflux/ThreatFlux Jira Automation
Create or dedupe Jira issues from GitHub events using repo-local YAML config and GitHub vars/secrets.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the repo-local Jira automation config file. | no | .github/threatflux/jira-automation.yml |
| dry-run | Evaluate rules and outputs without calling Jira. | no | false |
| log-level | Tracing level for action logs. | no | info |
| event-name | Optional override for the GitHub event name, mainly for tests and local debugging. | no | — |
| event-path | Optional override for the GitHub event payload path, mainly for tests and local debugging. | no | — |
Outputs
| name | description |
|---|---|
| matched-rule-id | ID of the matched automation rule, if any. |
| created | Whether the action created a new Jira issue. |
| jira-issue-key | Jira issue key for the created or deduped issue, if any. |
| deduped | Whether the action skipped creation because a matching Jira issue already existed. |
| severity | Extracted alert severity, if any. |