-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.5.0, 8.12.3
-
Component/s: Board configuration
-
8.05
-
2
-
Severity 2 - Major
-
2
Issue Summary
cannot remove non-working days from working days tab in board configuration
Steps to Reproduce
- Create a Board either Scrum or Kanban
- Step to Configure Board and select Working days tab
- In Non-working days section, add one or more non-working days
- Observe that it is not possible to then remove it. Clicking on the X button does nothing:
Nothing is recorded into jira logs and also in the browser console.
This happen in both Chrome and Firefox.
Expected Results
It should be possible to remove the added non-working days
Actual Results
It is not possible to remove the added non-working days
Workaround
Use REST API to remove non-working days:
POST https://<JIRA_URL>/rest/greenhopper/1.0/rapidviewconfig/workingdays/nonworkingday/remove
With body:
{"rapidViewId": <view id>,"iso8601Date":"YYYY-mm-dd"}