Let's say my team has 90+ Filters created and want to update the Editor permission by adding a user or group. Instead of editing each filter one-by-one, is there a way to bulk edit it?
Hi @Henry Muaja ,
Welcome to the community!
You could use a combination of API calls and a (for instance) Python script to achieve this. This is not natively possible in Jira GUI itself.
You might have to use this API to change the filter owner to yourself to be able to change all filters.
Honestly, if this is a one time thing and if you're not accustomed to working with scripts, you're probably better off just spending the 30 minutes and adding the desired groups/users in one go. If this is going to happen more frequently, you should consider looking into scripts. You can and should definitely leverage AI (like ChatGPT, or another) to help you create the scripts (as I've done myself recently), but you still need to run it and need to have applications installed for that as well.
Thank you for welcoming in the community and for the answer.
Great tips - Will definitely look into the script solution.
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.