discoverygarden/Create Issue

GitHub action to create Jira issues and send Slack notifications for pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectThe Jira project to add the issue to.yes
summaryThe summary of the isssue.no
descriptionA description of the isssue.no
transitionTranstion to apply to the issue.To Do
test-caseInstructions on how to test the issue.Standard smoke test.
deployment-instructionsInstructions on how to deploy the issue.Unknown
pull-urlThe URL of the pull request to create the issue about.${{ github.event.pull_request.html_url }}
jira-urlBase URL the Jira instance.yes
jira-userEmail of the Jira API user.yes
jira-tokenAPI token of the Jira API user.yes
github-tokenGitHub access token${{ github.token }}
slack-webhookOptional Slack webhook URL to receive notifications.no

no outputs