-
Bug
-
Resolution: Fixed
-
Medium
-
10.117.0
-
2
-
Severity 2 - Major
-
No
Issue Summary
Users can assign task and defect allocation for Agile Team Roles - Product Owner and Team Coach under Sprints > Members tab.
However, currently Enterprise Insights view Sprint Team Member does not retrieve the task and defect allocation values for these roles.
Steps to Reproduce
- Navigate to Sprint > Members tab
- Add a user and select a role Product Owner or Team Coach
- Notice the Allocation field is present
- Run the below query for the particular Sprint ID and notice that the "Sprint Team Dev Allocation" column is NULL for the user
select * from current_dw.[Sprint Team Member] where [FK Sprint ID]='Sprint ID'
Expected Results
The task and defect allocation should be retrieved in Enterprise insights for the Agile Team roles - Product Owner and Team Coach
Actual Results
The task and defect allocation is shown as NULL for Agile Team Roles - Product Owner and Team Coach in Enterprise Insights
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available