A Discord webhook workflow for JetBrains YouTrack.
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| config.js.example | ||
| embed.js | ||
| LICENSE | ||
| main.js | ||
| payload.js | ||
| README.md | ||
Discord Webhook Integration for YouTrack
YouTrack currently has no decent way of sending webhook notifications to Discord as of right now, so this project solves just that.
Installation
Method 1
- Create a new workflow on YouTrack, name it something like
discord-webhookor whatever. - In the YouTrack workflow scripting area that you're taken to, press the + button on your workflow and add a custom module for each JavaScript file in this project.
- Paste and save the contents of each JavaScript file from this project into the custom modules.
- Change the config file set up the integration.
- Test if the integration works by creating a new issue on YouTrack.
Method 2
- Download the
discord_notification.zipattached to the latest release - In YouTrack, browse to the workflow section
- Hit
Import workflowand select the previously downloaded ZIP-archive - Edit the workflows config
- Test if the integration works by creating a new issue or changing an already existing one
