We are looking to restrict Public access to our JIRA tool, and have found: Prevent or remove public access | Atlassian Support that tells us how to do it.
Before we do it, how can I identify all those Filters that are currently set to PUBLIC? I can scroll through the Filters list page by page, but is there a JQL or API Method that I can run to return all the filters whose access is Public?
Hi @David Patrick
You can list those filters using the API:
Get details via:
- Open link from browser:
customer-domain-atlassian-net/rest/api/3/filter/search?expand=sharePermissions
- Find 'global' keyword
Those that have global are being shared with the public.
Hopefully this answers your question,
Regards,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just be careful. I tried this and it did not identify all the filters that were public.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.