-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a readme file with an installation guide
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 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 | ||
1. Create a new workflow on YouTrack, name it something like `discord-webhook` or whatever. | ||
2. 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. | ||
3. Paste and save the contents of each JavaScript file from this project into the custom modules. | ||
4. Change the config file set up the integration. | ||
5. Test if the integration works by creating a new issue on YouTrack. |