When a new field is created in a Next-Gen Project with the same name as a custom field in Jira Software, it causes existing filters referencing the custom field to fail.
The existing filters fail because they reference the newly created Next-Gen field, rather than the jira software custom field.
Is anyone aware of this issue? Does anyone have a way to prevent this from happening?
Instead of having the actual field name in your filter, you would need to modify your filter to use the ID instead. For example, I created a field called phone number in a classic project and next gen project. Now, when I do the search, it will give me two phone number field:
So in my case, I would need to change my filter to
project = NH AND cf[10043] is not Empty
So it gives me a result. All you need to do is to find out which id is for next gen and which is for classic project. To find out the id, you can go to custom field settings - https://<yourdomain>.atlassian.net/secure/admin/ViewCustomFields.jspa, search for the field, click on ... > Edit details. You will find the id in the URL.
Hope that helps!
Thanks Hazwan.
The only problem is I have many filters already set up, so I would have to go through them all and change them to the field ID.
Very frustrating.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest solution would be to allow sharing custom fields across different projects.
Let's say I create a custom field "Customers" as a dropdown.
I can share the same field to different teams.
Then a sales rep can use a single search to see all Bugs and Requests related to the "Customer" labeled "Acme" across all projects
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.