discoverygarden/Create Issue
GitHub action to create Jira issues and send Slack notifications for pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The Jira project to add the issue to. | yes | — |
| summary | The summary of the isssue. | no | — |
| description | A description of the isssue. | no | — |
| transition | Transtion to apply to the issue. | — | To Do |
| test-case | Instructions on how to test the issue. | — | Standard smoke test. |
| deployment-instructions | Instructions on how to deploy the issue. | — | Unknown |
| pull-url | The URL of the pull request to create the issue about. | — | ${{ github.event.pull_request.html_url }} |
| jira-url | Base URL the Jira instance. | yes | — |
| jira-user | Email of the Jira API user. | yes | — |
| jira-token | API token of the Jira API user. | yes | — |
| github-token | GitHub access token | — | ${{ github.token }} |
| slack-webhook | Optional Slack webhook URL to receive notifications. | no | — |
Outputs
no outputs