Issue Summary
When running a GET to the Endpoint Epics, the field "points" will be empty if the estimation system of the portfolio is set to Team/Member Weeks, while other estimations will work fine. See the result calls for the same Epic while changing the estimation system:
T-Shirt as estimation: "points": [ { "estimationSystem": "T-Shirt", "estimationValue": "Small" } ], Points as estimation: "points": [ { "estimationSystem": "Points", "estimationValue": "50" } ], Weeks as estimation: "points": [],
Steps to Reproduce
- Create an Epic and set its estimation value
- Change the Portfolio Estimation to Points
- Do a GET call to this Epic and see the fields "points"
- Now change the portfolio estimation to Team/Member Weeks
- Do a GET call to this Epic and see the fields "points"
Expected Results
The field "points" would have the data regardless of the estimation system used on the portfolio
Actual Results
If the estimation system used is Team/Member Weeks, the field points is empty
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...