actions-marketplace-validations/Jira Upload Deployment Info
Github Action to upload deployment 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 | — |
| deployment-sequence-number | — | no | — |
| update-sequence-number | — | no | — |
| issue-keys | comma delimited list of jira keys | yes | — |
| display-name | — | yes | — |
| url | — | no | — |
| description | — | yes | — |
| last-updated | — | yes | — |
| label | — | yes | — |
| state | — | yes | — |
| pipeline-id | — | no | — |
| pipeline-display-name | — | no | — |
| pipeline-url | — | no | — |
| environment-id | — | yes | — |
| environment-display-name | — | yes | — |
| environment-type | — | yes | — |
Outputs
| name | description |
|---|---|
| response | Response from upload deployment info endpoint of Jira Software REST API |