Hi
I have a custom field in jira called " assigned teams " and the values are A,B,C,D ..
I need to remove B,C and add F
But this new value F should replace all the queries , user stories which are using the values B and C
How can I do this ?
I don't know where these values are used as well ..
Hello @Aswathi D,
Assuming you customfield is a "Select list", you can either rename, disable or delete an option.
To replace current issues where your customfield equals B or C with F, you can do a bulk change.
Regarding saved filters, you should update them manually one by one or via the api using a a groovy script(you'll need Scriptrunner for example) or via SQL (less recomeded if you're not familiar with it)
Kind regards.
Hi Aswathi!
First of all add team F to the Custom Field choices.
If you have access to Global Automations, you should be able to create an automation that is run across all projects like this.
Now the automation is completed and once it runs it will look for all issues where Team B,C is assigned and edit it to team F.
I do have some suggestions, either to only do it for Non-Resolved issues, or Issues created after a specific date. Perhaps don't delete B and C, only mark them as Non-Active, so you aren't changing the past just to fit the present/future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, if you need help to find out the JQL string, you can do it like this:
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.
Nicely done!
How to find a solution to finding saved filters is probably a bit out of my knowledge zone I'm afraid 😅
And looking at this older question regarding the topic just confirms that: https://community.atlassian.com/t5/Jira-questions/How-to-find-all-JIRA-filters-that-include-JQL-for-a-custom-field/qaq-p/732061
Perhaps drop a question in one of the old threads and see if someone that have answered will be able to assist you 🤞
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.