I added a new custom checkbox field (single checkbox, labeled/option "Yes") to an existing JIRA installation. The field is called "Regression Tested?". I then created a query to find all items from the last release that don't have this field checked so we can do regression testing on it. My query is this:
Status=Closed and fixVersion="<version>" and "Regression Tested?" IS EMPTY
However, any JIRA item that was created before this field was created and added to the entry/edit screens are not returned with this query (they should be EMPTY by default?). Only newly created JIRAs and existing ones where I have edited the checkbox value on and off (and then saved) are being returned. I also tried using "Regression Tested?" is NULL and also "Regression Tested?" != "Yes". These didn't work either.
How can I get existing JIRA items to show up on this filter?
Strange. Must be some index related problem...
Glad it is working better now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you set any default value for that field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, no. Still have the same number today. Should be dozens more. Just for laughs, I'm doing another reindex. I'll see if anything changes by Monday.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just did. It helped, but only slightly. Now I'm getting a few items returned to the filter, but not nearly as many as there should be. And the ones that are showing up were not edited since this field was added, so I have no idea what would be different between them and the others. If I take out the "Regression Tested?" IS EMPTY clause from my query I get all of the items.
Any other thoughts?
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.
Have you done any re-indexing since you added the custom field?
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.