Hello,
I have several projects and some of them uses a field "planned end", some don't.
Now I want to filter all issues for one user where the "planned end" is exceeded or empty or the field does not exist.
"Planned End" <= endOfDay() OR "Planned End" is EMPTY
I have problems to check if the field exists. How can I check for it?
Regards,
Robin
What do you mean by field don't exist? "Planned End" is EMPTY should list issues which doesn't have the field populated.
It's a custom field which is not applicable in all of the projects.
It's not just empty, the field isn't existing there.
Yeah, I could set it in the projects and hide it, but then I will have some other problems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, hiding it by configuring context is the only option. Not sure how to get it using JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I enabled und hide the fields. Now the query return the expected issues.
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.