pratik8642/Sync GitHub Advanced Security and Jira
This helps sync GHAS alerts to JIRA by creating an issue for each alert.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_url | URL of the JIRA instance | yes | — |
| jira_user | JIRA account with the required permissions | yes | — |
| jira_token | JIRA password or token | yes | — |
| jira_project | JIRA project key | yes | — |
| jira_labels | JIRA bug label(s). (e.g. valid format can be "red-team,blue-team,green-team", or "red-team") This tool will split the values entered by commas. Spaces in the double quotes will be respected and saved. | no | — |
| github_token | GitHub API token with the required permissions | no | ${{ github.token }} |
| sync_direction | Which direction to synchronize in ("gh2jira", "jira2gh" or "both") | no | both |
| issue_end_state | Custom end state | no | Done |
| issue_reopen_state | Custom reopen state | no | To Do |
Outputs
no outputs