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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.