-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_reports.yml
More file actions
38 lines (38 loc) · 1.11 KB
/
analysis_reports.yml
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
path: analysis_reports
files:
- filename: not_done_ratio.sql
table: not_done_ratio
- filename: not_done_ratio_log.sql
table: not_done_ratio_log
- filename: sprint_burndown.sql
table: sprint_burndown
fields:
join_cols:
jira: [project_id, sprint_id]
tfs: [team_id, sprint_id]
- filename: commit_volume.sql
table: commit_volume
- filename: developers.sql
table: developers
- filename: story_flow.sql
table: story_flow
- filename: long_waiting_commits.sql
table: long_waiting_commits
- filename: project_members.sql
table: project_members
fields:
join_cols:
jira: [project_id, jira_dev_id]
tfs: [team_id, alias_id]
jira_dev_id:
project_developer: developer_id
developer: id
vcs_developer: jira_dev_id
alias_id:
project_developer: developer_id
tfs_developer: alias_id
vcs_developer: alias_id
- filename: project_backlog_burndown.sql
table: project_backlog_burndown
- filename: bigboat_status.sql
table: bigboat_status