Griefed / youtrack-discord-webhook

A Discord webhook workflow for JetBrains YouTrack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  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.

Method 2

  1. Download the discord_notification.zip attached to the latest release
  2. In YouTrack, browse to the workflow section
  3. Hit Import workflow and select the previously downloaded ZIP-archive
  4. Edit the workflows config
  5. Test if the integration works by creating a new issue or changing an already existing one

Example

image

About

A Discord webhook workflow for JetBrains YouTrack.

License:MIT License


Languages

Language:JavaScript 100.0%