youtrack-diagram

A YouTrack Diagram Viewer

UNLICENSE License

Stars
3
Committers
2

Youtrack Project Structure Plan Auto-Generation

Download

See Releases

Features

  • Sprint Tree View
  • Epic Tree View
  • Gantt Diagram View
  • Export diagrams

Common Issues

  • Firewall: You need to allow this app through the firewall for OAuth 2.0
  • Port 25565 in use: This app uses port 25565 for OAuth 2.0

Used Technologies and Libraries

To Install - For Developers

# Alternatively, you can clone this repo using GitKraken
# Clone this repository
git clone https://github.com/stefnotch/youtrack-diagram
# Go into the repository
cd youtrack-diagram

# Install dependencies
npm install
# Run the app (Development Mode)
npm run dev

# To build it
npm run build

# Go to the built application
cd ./dist/electron