-
Bug
-
Resolution: Timed out
-
Medium
-
8
-
Severity 3 - Minor
-
1
-
Issue Summary
When you have a text custom field duplicated in multiple team-managed projects, it causes the JQL "custom field" is EMPTY to list all issues including the ones that have value in that custom field.
Steps to Reproduce
- Create a custom field with the same name in 2 different team-managed projects
- Put values in some issues and leave others empty
- Use the JQL (project = P1 and "custom field" is EMPTY)
Video:
https://share.getcloudapp.com/yAuDnD4A
Expected Results
Only the issues with the field empty should return
Actual Results
All issues are returned including the ones with values
Workaround
Use the syntax
project = P1 and cf[id] is EMPTY
- is related to
-
JRACLOUD-75408 Searching for custom fields that share name using JQL does not include all of the fields.
- Closed
-
JRACLOUD-75453 JQL breaks with company-managed (formerly classic) custom fields if a team-managed (formerly next-gen) duplicate exists
- Closed