Markeli / TaskEstimationHelper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%