TWENTY-20 / youtrack-multi-sprint-planner

Other
2 stars 0 forks source link

YouTrack Multi Sprint Planner

Once installed into JetBrains YouTrack, this App utilizes available extension points for sprint planning.

Installation

  1. npm install
  2. npm build

Manual way

  1. Archive "build" folder into a single ZIP file (npm run pack)
  2. Go to %YOUTRACK_URL%/admin/apps (you need admin permissions to do so)
  3. Import app from ZIP archive
  4. Attach app to desired projects on %YOUTRACK_URL%/admin/editProject/%PROJECT_ID%?tab=apps page
  5. Open an issue in desired project and check App widgets appear

Endpoint way (useful for developing)

  1. npm run upload -- --host %YOUTRACK_URL% --token perm:cm9vdA==.NT..., where token is a permanent token, granted on %YOUTRACK_URL%/youtrack/users/me?tab=account-security
  2. Attach to desired projects, as described above
  3. Apply changes to sources and repeat p.2