Hi,
I´m trying to find if any of my projects have some empty profields value. I´ve tried many queries, but without success
project in profieldsOperator("Número do Contrato", "IS", "EMPTY")
project in profieldsOperator("Número do Contrato", "IS", "NULL")
project in profieldsOperator("Número do Contrato", "=", "null")
project in profieldsOperator("Número do Contrato", "=", "")
None of these is working.
What should I do?
Thank you
Hi,
"Profields" does not support empty argument in the profieldsOperator.
Which version of Profields are you using?
Probably you can mark the Profields field as a custom field and the you can use the standard jql to search the issues.
Screenshot_1.jpg
Screenshot_2.jpg
Screenshot_3.jpg
Screenshot_4.jpg
profieldsOperator is an obsolete function and probably it will be removed in next versions.
Carlos, thank you for answer, it works for me.
Could you specify, is it a good practice to make all profields as custom fields and is here any dissadavantages for making profield as custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We recommend that only set the Profields that you need to use at issue level. The Profields fields that you mark as custom field should be synchronized with the issue custom field each time it is changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nicolas, see this screen, I have configured too fields in profields
profields.png
Now, look at the results of my queries
profields3.pngprofields1.pngprofields2.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The documentation says the IS operator is supported, so your first example should be the correct one.
When you say "without success", what exactly do you mean? You get an error? You get incorrect results? You get 0 results?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I use project in profieldsOperator("Some field", "IS", "Empty") I get 0 results. I have tried different variants for 3th parametr: EMPTY.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.