rohit-gohri/Jira Development Integration
Send Github Actions Build Information to Jira
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_instance | Sub Domain of Jira Cloud Instance | yes | — |
| client_id | ClientID of OAuth Creds | yes | — |
| client_secret | ClientSecret of OAuth Creds | yes | — |
| token | Github Token to get commit message in Pull Request Events | no | ${{ github.token }} |
| event_type | "build" or "deployment" | no | — |
| environment | Environment name | no | — |
| environment_type | We try to automatically parse from environment but if you want to override then provide one of [unmapped, development, testing, staging, production] | no | — |
| state | "successful"/"success", "failed", or "canceled" | no | successful |
| issue | Will be parsed from branch name automatically if not provided. | no | — |
Outputs
no outputs