highwaythree/Jira Upload Build Info
Github Action to upload build info associated with a Jira issue key to Jira Software REST API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cloud-instance-base-url | Jira cloud url | yes | — |
| client-id | jira oauth client id | yes | — |
| client-secret | jira oauth client secret | yes | — |
| pipeline-id | — | no | — |
| build-number | — | no | — |
| build-display-name | — | no | — |
| build-state | — | no | — |
| build-url | — | no | — |
| update-sequence-number | — | no | — |
| last-updated | — | no | — |
| issue-keys | comma delimited list of jira keys | yes | — |
| commit-id | — | no | — |
| repo-url | — | no | — |
| build-ref-url | — | no | — |
| test-info-total-num | — | no | — |
| test-info-num-passed | — | no | — |
| test-info-num-failed | — | no | — |
| test-info-num-skipped | — | no | — |
Outputs
| name | description |
|---|---|
| response | Response from upload build info endpoint of Jira Software REST API |