reports/README.md

14 lines
495 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Система отчетов
## Заполнение данных по спринту
Сначала стягиваем последний закрытый спринт у каждой команды
```
php src/console/jira_export_sprints.php --number-of-sprints=1 --non-interactive
```
Потом рассчитываем данные по спринту и экспортируем закрытые задачи
```
php src/console/calculate_sprint_completion.php --non-interactive
```