Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-84204

Deleting a filter via API /rest/api/3/filter/{id} doesn't give board association warning

XMLWordPrintable

      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

      1. Get the board filter ID
      2. Run the following API:
        curl --request DELETE \
          --url 'https://your-domain.atlassian.net/rest/api/3/filter/{id}' \
          --user 'email@example.com:<api_token>'
        
      3. 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.

              Unassigned Unassigned
              esantos@atlassian.com Eduardo Santos (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: