https://github.com/infiniteloopcloud/discord-jira
https://github.com/infiniteloopcloud/discord-jira
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/infiniteloopcloud/discord-jira
- Owner: infiniteloopcloud
- License: mit
- Created: 2022-03-31T14:20:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T12:46:57.000Z (about 4 years ago)
- Last Synced: 2024-06-21T09:55:59.852Z (about 2 years ago)
- Language: Go
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jira-Discord Bot
Handle events and send them to a discord channel
## Docker
- Build
`docker build -t discord-jira .`
This will create one another Repository called ``, you can delete it.
Fast way: `docker rmi $(docker images --filter "dangling=true" -q --no-trunc)`
- Using
`docker run -p 8080:8080 discord-jira:latest`