/TaskEstimationHelper

Console app that reads YouTrack CSV time report and calculates estimation statistics

Primary LanguageC#MIT LicenseMIT

TaskEstimationHelper

Helper tool to estimate tasks. Analyze progress report from YouTrack, calculates ratio between estimation and spent time.

How to use

  1. Export to CSV progress report from YouTrack.
  2. Specify path to CSV
  3. Run the tool

Requirements for the report

  1. CSV
  2. Grouped by assignees > tasks.
  3. Time is in minutes.