https://github.com/discoverygarden/create-issue
GitHub action to create Jira issues and send Slack notifications for pull requests.
https://github.com/discoverygarden/create-issue
github-actions jira slack
Last synced: about 2 months ago
JSON representation
GitHub action to create Jira issues and send Slack notifications for pull requests.
- Host: GitHub
- URL: https://github.com/discoverygarden/create-issue
- Owner: discoverygarden
- Created: 2022-04-29T16:53:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-28T11:35:48.000Z (about 2 months ago)
- Last Synced: 2026-04-28T13:31:32.103Z (about 2 months ago)
- Topics: github-actions, jira, slack
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create Issue
GitHub action to create Jira issues and send Slack notifications for pull requests.
## Usage
### Inputs
- `project`: The Jira project to add the issue to.
- `summary`: The summary of the isssue.
- `description`: A description of the isssue.
- `transition`: Transtion to apply to the issue.
- `test-case`: Instructions on how to test the issue.
- `deployment-instructions`: Instructions on how to deploy the issue.
- `pull-url`: The URL of the pull request to create the issue about.
- `jira-url`: Base URL the Jira instance.
- `jira-user`: Email of the Jira API user.
- `jira-token`: API token of the Jira API user.
- `github-token`: GitHub access token
- `slack-webhook`: Optional Slack webhook URL to receive notifications.