-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
1
-
Minor
-
Issue Summary
The end point :
GET /rest/agile/1.0/board/{boardId}/configuration
Does not return estimation when sprint is not activated for next-gen project.
Said end point is a JIRA Software end point to return board configuration details.
Steps to Reproduce
- Create a next-gen project.
- Activate the 'Estimation' feature for the next-gen project but make sure that the 'Sprint' feature is disabled.
- JSON response will have no estimation.
- Activate both Sprint and Estimation. Run the end point again.
- There will be estimation in the JSON response this time around.
Expected Results
Estimation should be returned for the board regardless of whether the sprint feature is enabled for the next-gen project.
{"id":5,"name":"NGS board","type":"simple","self":"https://kingdom-hearts.atlassian.net/rest/agile/1.0/board/5/configuration","location":{"type":"project","key":"NGS","id":"10006","self":"https://kingdom-hearts.atlassian.net/rest/api/2/project/10006","name":"Next-Gen-Scrum"},"filter":{"id":"10002","self":"https://kingdom-hearts.atlassian.net/rest/api/2/filter/10002"},"columnConfig":{"columns":[{"name":"To Do","statuses":[{"id":"10031","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10031"}]},{"name":"In Progress","statuses":[{"id":"10032","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10032"}]},{"name":"Done","statuses":[{"id":"10033","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10033"}]},{"name":"Backlog","statuses":[{"id":"10037","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10037"}]}],"constraintType":"none"},"estimation":{"type":"field","field":{"fieldId":"customfield_10016","displayName":"Story point estimate"}},"ranking":{"rankCustomFieldId":10019}}
Actual Results
Estimation is not present in the JSON response.
{"id":5,"name":"NGS board","type":"simple","self":"https://kingdom-hearts.atlassian.net/rest/agile/1.0/board/5/configuration","location":{"type":"project","key":"NGS","id":"10006","self":"https://kingdom-hearts.atlassian.net/rest/api/2/project/10006","name":"Next-Gen-Scrum"},"filter":{"id":"10002","self":"https://kingdom-hearts.atlassian.net/rest/api/2/filter/10002"},"columnConfig":{"columns":[{"name":"To Do","statuses":[{"id":"10031","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10031"}]},{"name":"In Progress","statuses":[{"id":"10032","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10032"}]},{"name":"Done","statuses":[{"id":"10033","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10033"}]},{"name":"Backlog","statuses":[{"id":"10037","self":"https://kingdom-hearts.atlassian.net/rest/api/2/status/10037"}]}],"constraintType":"none"},"ranking":{"rankCustomFieldId":10019}}
Workaround
Make sure both sprint and estimation feature is activated for the next-gen project.
- mentioned in
-
Page Loading...