Custom field default value not set automatically for existing issues

T February 7, 2013

I've created a custom field (select list) with a few values, chose a default value and made the field required.

-> Fruits (Apple, Banana, Pear)

-> Default: Pear

Now when filtering, I'm doing an advanced search:

"Fruit" not in ("Apple","Banana","Pear")

But I get an empty list. What I expected was to get a list of all issues, given that the default is "Pear".

Do I have to manually bulk change all items to be set to "Pear"? Problem is, that I've already set some issues to be "Apple" and "Banana". So I can't select all of them for bulk update. But as mentioned above I cannot filter for only those without that values!

What can I do to have all items set to the default value of "Pear"?

1 answer

1 accepted

3 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2013

You will not get a list of all issues when you try that. It seraches for issues where value is something other than what is given in the brackets.

If you want to set the default values where there is currently no value, search like this:

"Fruit" is EMPTY

And then bulk edit all those issues to set the default value.

Suggest an answer

Log in or Sign up to answer