-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
9
-
Minor
-
Issue Summary
Deleting a filter which is associated with a board will give an error using the UI, but not while using the DELETE filter API. Leaving the board without a board filter and therefore not accessible via UI.
Steps to Reproduce
- Get the board filter ID
- Run the following API:
curl --request DELETE \ --url 'https://your-domain.atlassian.net/rest/api/3/filter/{id}' \ --user 'email@example.com:<api_token>'
- Try to access the board from the UI.
Expected Results
An error is returned saying that the filter is associated with a board and can't be deleted.
Actual Results
The filter is deleted with no error.
Workaround
If you face this issue, contact Atlassian Support to get access to the board again.
- mentioned in
-
Page Loading...